diff options
Diffstat (limited to 'src/eom-thumb-view.c')
-rw-r--r-- | src/eom-thumb-view.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index f1d5e36..03270cc 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -113,9 +113,6 @@ 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, @@ -1066,12 +1063,6 @@ eom_thumb_view_popup_menu (EomThumbView *thumbview, GdkEventButton *event) { g_return_if_fail (event != NULL); -#if GTK_CHECK_VERSION (3, 22, 0) gtk_menu_popup_at_pointer (GTK_MENU (thumbview->priv->menu), (const GdkEvent*) event); -#else - gtk_menu_popup (GTK_MENU (thumbview->priv->menu), - NULL, NULL, NULL, NULL, - event->button, event->time); -#endif } |