diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-12-14 18:10:23 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-12-14 18:10:23 +0100 |
commit | 581b297bc57e91e624b9a3eec27bde5b14b26c79 (patch) | |
tree | c95d46cef356bd97d28557bd41862c8cfe10769c /cut-n-paste/toolbar-editor/egg-editable-toolbar.c | |
parent | 402caf8204916e5bb6fbeca2fbf4becfd616df27 (diff) | |
download | eom-581b297bc57e91e624b9a3eec27bde5b14b26c79.tar.bz2 eom-581b297bc57e91e624b9a3eec27bde5b14b26c79.tar.xz |
Gtk3: fix typo in gtk version in previous commit
Diffstat (limited to 'cut-n-paste/toolbar-editor/egg-editable-toolbar.c')
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 |
1 files changed, 1 insertions, 1 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 |