diff options
| -rw-r--r-- | cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 | ||||
| -rw-r--r-- | cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 2 | ||||
| -rw-r--r-- | src/eom-plugin-manager.c | 2 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c index eb64a38..4a29a2d 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c @@ -1339,7 +1339,7 @@ egg_editable_toolbar_set_model (EggEditableToolbar *etoolbar,  static void  egg_editable_toolbar_init (EggEditableToolbar *etoolbar)  { -#if GTK_CHECK_VERSION (3, 2, 0) +#if GTK_CHECK_VERSION (3, 0, 0)    gtk_orientable_set_orientation (GTK_ORIENTABLE (etoolbar),                                    GTK_ORIENTATION_VERTICAL);  #endif diff --git a/cut-n-paste/toolbar-editor/egg-toolbar-editor.c b/cut-n-paste/toolbar-editor/egg-toolbar-editor.c index 6f4a740..e616443 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbar-editor.c +++ b/cut-n-paste/toolbar-editor/egg-toolbar-editor.c @@ -738,7 +738,7 @@ setup_editor (EggToolbarEditor *editor)  {    GtkWidget *scrolled_window; -#if GTK_CHECK_VERSION (3, 2, 0) +#if GTK_CHECK_VERSION (3, 0, 0)    gtk_orientable_set_orientation (GTK_ORIENTABLE (editor),                                    GTK_ORIENTATION_VERTICAL);  #endif 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 | 
