[epiphany] e-location-entry: make bookmark icon follow-state



commit dda0c52f01b5e15cef6dc4a64e6ac4abb086dcdd
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Tue Mar 27 16:47:20 2012 -0500

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index f132c6a..a6ba5b3 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),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]