summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-12-14 18:10:23 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-14 18:10:23 +0100
commit581b297bc57e91e624b9a3eec27bde5b14b26c79 (patch)
treec95d46cef356bd97d28557bd41862c8cfe10769c /src
parent402caf8204916e5bb6fbeca2fbf4becfd616df27 (diff)
downloadeom-581b297bc57e91e624b9a3eec27bde5b14b26c79.tar.bz2
eom-581b297bc57e91e624b9a3eec27bde5b14b26c79.tar.xz
Gtk3: fix typo in gtk version in previous commit
Diffstat (limited to 'src')
-rw-r--r--src/eom-plugin-manager.c2
1 files changed, 1 insertions, 1 deletions
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