summaryrefslogtreecommitdiff
path: root/command
diff options
context:
space:
mode:
Diffstat (limited to 'command')
-rw-r--r--command/command.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/command/command.c b/command/command.c
index e13a0f0c..20c6799b 100644
--- a/command/command.c
+++ b/command/command.c
@@ -48,6 +48,10 @@
#define GK_COMMAND_OUTPUT "Output"
#define GK_COMMAND_ICON "Icon"
+#if GTK_CHECK_VERSION (3, 0, 0)
+#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y)
+#endif
+
typedef struct
{
MatePanelApplet *applet;