]> spindle.queued.net Git - midori/commitdiff
The background colour is not used in completion text rendering
authorChristian Dywan <christian@twotoasts.de>
Sun, 5 Sep 2010 20:25:40 +0000 (22:25 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 6 Sep 2010 01:03:07 +0000 (03:03 +0200)
midori/midori-locationaction.c

index 4495a44537689c685e39bd1f8675924d24aba96d..0e54d31e3bb6ef4b76a12135b442ff244e65252b 100644 (file)
@@ -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 */
     {