summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2015-06-04 21:05:45 +0200
committerDebarshi Ray <debarshir@gnome.org>2015-08-05 19:07:38 +0200
commit8af0b5d665b309c455b7d337f36e258f253bd599 (patch)
treed2195dc9ac3d2ccc6c9cccbf286382140956ba17
parent643ad53887f6507a775c1f6e1cfbbbe4e939b043 (diff)
downloadlibgd-8af0b5d665b309c455b7d337f36e258f253bd599.tar.gz
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
-rw-r--r--libgd/gd-main-icon-view.c1
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);