summaryrefslogtreecommitdiff
path: root/src/eom-thumb-view.c
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-06-13 07:54:48 +0100
committerMartin Wimpress <[email protected]>2015-06-13 07:54:48 +0100
commit309ba23a39b9f9fb6cbbc816d94f656bc66e3882 (patch)
tree83d1bda664eefc40495e63b47a21bddab3c4dfc3 /src/eom-thumb-view.c
parent0ebbecec4796084650addb344c1e1a000c7561d8 (diff)
parent945913214e0ae6b460581ba665dd62f80603750b (diff)
downloadeom-309ba23a39b9f9fb6cbbc816d94f656bc66e3882.tar.bz2
eom-309ba23a39b9f9fb6cbbc816d94f656bc66e3882.tar.xz
Merge pull request #77 from NiceandGently/master
fix a eom-critical + deprecated follow-state property
Diffstat (limited to 'src/eom-thumb-view.c')
-rw-r--r--src/eom-thumb-view.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c
index 8394633..e52886c 100644
--- a/src/eom-thumb-view.c
+++ b/src/eom-thumb-view.c
@@ -102,7 +102,9 @@ eom_thumb_view_constructed (GObject *object)
FALSE);
g_object_set (thumbview->priv->pixbuf_cell,
+#if !GTK_CHECK_VERSION (3, 16, 0)
"follow-state", FALSE,
+#endif
"height", 100,
"width", 115,
"yalign", 0.5,