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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cut-n-paste/toolbar-editor/egg-editable-toolbar.c') 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 -- cgit v1.2.1