From 581b297bc57e91e624b9a3eec27bde5b14b26c79 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Mon, 14 Dec 2015 18:10:23 +0100 Subject: Gtk3: fix typo in gtk version in previous commit --- src/eom-plugin-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eom-plugin-manager.c') diff --git a/src/eom-plugin-manager.c b/src/eom-plugin-manager.c index 0f68fbd..6344cec 100644 --- a/src/eom-plugin-manager.c +++ b/src/eom-plugin-manager.c @@ -841,7 +841,7 @@ eom_plugin_manager_init (EomPluginManager *pm) eom_debug (DEBUG_PLUGINS); -#if GTK_CHECK_VERSION (3, 2, 0) +#if GTK_CHECK_VERSION (3, 0, 0) gtk_orientable_set_orientation (GTK_ORIENTABLE (pm), GTK_ORIENTATION_VERTICAL); #endif -- cgit v1.2.1