diff options
Diffstat (limited to 'src/eom-plugin-manager.c')
-rw-r--r-- | src/eom-plugin-manager.c | 2 |
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 |