From 945913214e0ae6b460581ba665dd62f80603750b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 12 Jun 2015 23:03:06 +0200 Subject: EomThumbView: Don't set deprecated follow-state property Since gtk+-3.16 the property is ignored. Silences the deprecation warning. taken from: https://git.gnome.org/browse/eog/commit/?id=40a9883 --- src/eom-thumb-view.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/eom-thumb-view.c') 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, -- cgit v1.2.1