summaryrefslogtreecommitdiff
path: root/src/eom-plugin-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-plugin-manager.c')
-rw-r--r--src/eom-plugin-manager.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eom-plugin-manager.c b/src/eom-plugin-manager.c
index 05fa2b0..f4576c3 100644
--- a/src/eom-plugin-manager.c
+++ b/src/eom-plugin-manager.c
@@ -867,7 +867,11 @@ eom_plugin_manager_init (EomPluginManager *pm)
gtk_label_set_mnemonic_widget (GTK_LABEL (label), pm->priv->tree);
+#if GTK_CHECK_VERSION(3, 0, 0)
+ hbuttonbox = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL);
+#else
hbuttonbox = gtk_hbutton_box_new ();
+#endif
gtk_box_pack_start (GTK_BOX (pm), hbuttonbox, FALSE, FALSE, 0);