[libgd] main-icon-view: Set CellRendererPixbuf:follow-state to TRUE



commit ac4ae160ee92fcf7010d0d9420e6f71532627f80
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Jul 3 00:24:56 2014 +0100

    main-icon-view: Set CellRendererPixbuf:follow-state to TRUE
    
    So that prelight works.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732656

 libgd/gd-main-icon-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libgd/gd-main-icon-view.c b/libgd/gd-main-icon-view.c
index 5b230ed..5985ac2 100644
--- a/libgd/gd-main-icon-view.c
+++ b/libgd/gd-main-icon-view.c
@@ -135,6 +135,7 @@ gd_main_icon_view_constructed (GObject *obj)
   g_object_set (cell,
                 "xalign", 0.5,
                 "yalign", 0.5,
+                "follow-state", TRUE,
                 NULL);
   gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (self), cell, FALSE);
 


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