From: Christian Dywan Date: Sun, 5 Sep 2010 20:25:40 +0000 (+0200) Subject: The background colour is not used in completion text rendering X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1a66349f6cdb69915875977ac638d6d4c6d5bd;p=midori The background colour is not used in completion text rendering --- diff --git a/midori/midori-locationaction.c b/midori/midori-locationaction.c index 4495a445..0e54d31e 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 */ {