[Xfce4-commits] <midori:master> The background colour is not used in completion text rendering

Christian Dywan noreply at xfce.org
Mon Sep 6 03:04:02 CEST 2010


Updating branch refs/heads/master
         to be1a66349f6cdb69915875977ac638d6d4c6d5bd (commit)
       from 0cc46d6285be58cda51524ddecbed5e71c75a4ba (commit)

commit be1a66349f6cdb69915875977ac638d6d4c6d5bd
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Sep 5 22:25:40 2010 +0200

    The background colour is not used in completion text rendering

 midori/midori-locationaction.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c
index 4495a44..0e54d31 100644
--- a/midori/midori-locationaction.c
+++ b/midori/midori-locationaction.c
@@ -1065,7 +1065,6 @@ midori_location_entry_render_text_cb (GtkCellLayout*   layout,
     gchar* uri_escaped;
     gchar* uri;
     gchar* title;
-    GdkColor* background;
     gboolean style;
     gchar* desc;
     gchar* desc_uri;
@@ -1085,7 +1084,7 @@ midori_location_entry_render_text_cb (GtkCellLayout*   layout,
     size_t offset;
 
     gtk_tree_model_get (model, iter, URI_COL, &uri_escaped, TITLE_COL, &title,
-        BACKGROUND_COL, &background, STYLE_COL, &style, -1);
+        STYLE_COL, &style, -1);
 
     if (style) /* A search engine action */
     {



More information about the Xfce4-commits mailing list