diff options
author | raveit65 <[email protected]> | 2016-06-22 17:32:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-22 17:32:26 +0200 |
commit | eef796a4e34c69526fc405376b50df708d95084b (patch) | |
tree | fc2ba6604693dad359d62bf1daa1b7f704cab499 /cut-n-paste/toolbar-editor | |
parent | 585bf5c16f20680d63d106f0bc08c537d601392d (diff) | |
download | atril-eef796a4e34c69526fc405376b50df708d95084b.tar.bz2 atril-eef796a4e34c69526fc405376b50df708d95084b.tar.xz |
egg_toolbar_editor: use gtk_orientable_set_orientation () for both toolkit versions
Diffstat (limited to 'cut-n-paste/toolbar-editor')
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-toolbar-editor.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-toolbar-editor.c b/cut-n-paste/toolbar-editor/egg-toolbar-editor.c index e17b03a2..b61bf1a1 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbar-editor.c +++ b/cut-n-paste/toolbar-editor/egg-toolbar-editor.c @@ -673,9 +673,7 @@ setup_editor (EggToolbarEditor *editor) static void egg_toolbar_editor_init (EggToolbarEditor *t) { -#if GTK_CHECK_VERSION (3, 0, 0) gtk_orientable_set_orientation (GTK_ORIENTABLE (t), GTK_ORIENTATION_VERTICAL); -#endif t->priv = EGG_TOOLBAR_EDITOR_GET_PRIVATE (t); |