From dda0c52f01b5e15cef6dc4a64e6ac4abb086dcdd Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 27 Mar 2012 16:47:20 -0500 Subject: e-location-entry: make bookmark icon follow-state Makes the symbolic-icon of the completion rows change its color accordingly to the selection state. With Adwaita: black -> white. https://bugzilla.gnome.org/show_bug.cgi?id=672927 --- lib/widgets/ephy-location-entry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/widgets') diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index f132c6a56..a6ba5b3fe 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -1059,6 +1059,7 @@ ephy_location_entry_set_completion (EphyLocationEntry *entry, NULL); cell = gtk_cell_renderer_pixbuf_new (); + g_object_set (cell, "follow-state", TRUE, NULL); gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (completion), cell, FALSE); gtk_cell_layout_set_cell_data_func (GTK_CELL_LAYOUT (completion), -- cgit v1.2.3