[libgd] main-icon-view: Stop using deprecated property



commit 8af0b5d665b309c455b7d337f36e258f253bd599
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jun 4 21:05:45 2015 +0200

    main-icon-view: Stop using deprecated property
    
    Since 3.15.12, GtkCellRendererPixbuf always follows state and the
    follow-state property has been deprecated.
    
    This reverts ac4ae160ee92fcf7010d0d9420e6f71532627f80
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750413

 libgd/gd-main-icon-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgd/gd-main-icon-view.c b/libgd/gd-main-icon-view.c
index 5985ac2..5b230ed 100644
--- a/libgd/gd-main-icon-view.c
+++ b/libgd/gd-main-icon-view.c
@@ -135,7 +135,6 @@ 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]