summaryrefslogtreecommitdiff
path: root/src/disks.cpp
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-29 22:03:16 +0100
committerWolfgang Ulbrich <[email protected]>2015-12-01 21:02:26 +0100
commit4534e68bb0cb31734be338efa06cb6d3e00180f6 (patch)
tree185d1105ddb4c11907a271a80e267c595b32af39 /src/disks.cpp
parent370380d307344bfc5ab8c87142b12009937d48d6 (diff)
downloadmate-system-monitor-4534e68bb0cb31734be338efa06cb6d3e00180f6.tar.bz2
mate-system-monitor-4534e68bb0cb31734be338efa06cb6d3e00180f6.tar.xz
GTK3: don't use deprecated gtk_{v/h}-box
Diffstat (limited to 'src/disks.cpp')
-rw-r--r--src/disks.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/disks.cpp b/src/disks.cpp
index a28983a..ee7f4dd 100644
--- a/src/disks.cpp
+++ b/src/disks.cpp
@@ -13,6 +13,10 @@
#include "interface.h"
#include "iconthemewrapper.h"
+#if GTK_CHECK_VERSION (3, 0, 0)
+#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y)
+#endif
+
enum DiskColumns
{
/* string columns* */