summaryrefslogtreecommitdiff
path: root/multiload/load-graph.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-26 14:38:07 +0100
committerinfirit <[email protected]>2014-11-26 18:13:43 +0100
commitd2d685818a85b773c49802c494a0c386917b5ee6 (patch)
tree918603ced900c21a124c7d6de37b609beda74046 /multiload/load-graph.c
parent1499d577a67f2dd0f99e6707f29ebd9ba8f9b940 (diff)
downloadmate-applets-d2d685818a85b773c49802c494a0c386917b5ee6.tar.bz2
mate-applets-d2d685818a85b773c49802c494a0c386917b5ee6.tar.xz
Gtk3: Silence GtkVbox and GtkHbox deprecation warnings
Diffstat (limited to 'multiload/load-graph.c')
-rw-r--r--multiload/load-graph.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/multiload/load-graph.c b/multiload/load-graph.c
index a6508056..3a15d4ba 100644
--- a/multiload/load-graph.c
+++ b/multiload/load-graph.c
@@ -15,6 +15,9 @@
#include "global.h"
+#if GTK_CHECK_VERSION (3, 0, 0)
+#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
+#endif
/*
Shifts data right