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 --- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 +- cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cut-n-paste/toolbar-editor') 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 -- cgit v1.2.1