summaryrefslogtreecommitdiff
path: root/cut-n-paste/toolbar-editor
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 /cut-n-paste/toolbar-editor
parent402caf8204916e5bb6fbeca2fbf4becfd616df27 (diff)
downloadeom-581b297bc57e91e624b9a3eec27bde5b14b26c79.tar.bz2
eom-581b297bc57e91e624b9a3eec27bde5b14b26c79.tar.xz
Gtk3: fix typo in gtk version in previous commit
Diffstat (limited to 'cut-n-paste/toolbar-editor')
-rw-r--r--cut-n-paste/toolbar-editor/egg-editable-toolbar.c2
-rw-r--r--cut-n-paste/toolbar-editor/egg-toolbar-editor.c2
2 files changed, 2 insertions, 2 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