summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2014-08-23 20:30:32 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2014-08-23 20:30:32 +0000
commitfd314c7cbec965ec702c3ea80e1e48d41302d687 (patch)
treef920829059c02080daaad12a21c1df2591b5c02a /src/widgets/gradient-vector.h
parentgtk_widget_set_margin_left/right deprecation fix (diff)
downloadinkscape-fd314c7cbec965ec702c3ea80e1e48d41302d687.tar.gz
inkscape-fd314c7cbec965ec702c3ea80e1e48d41302d687.zip
Fix deprecated VBox use
(bzr r13341.1.165)
Diffstat (limited to 'src/widgets/gradient-vector.h')
-rw-r--r--src/widgets/gradient-vector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/gradient-vector.h b/src/widgets/gradient-vector.h
index 0b653b016..fc85b0d9c 100644
--- a/src/widgets/gradient-vector.h
+++ b/src/widgets/gradient-vector.h
@@ -43,7 +43,11 @@ class SPGradient;
class SPStop;
struct SPGradientVectorSelector {
+#if GTK_CHECK_VERSION(3,0,0)
+ GtkBox vbox;
+#else
GtkVBox vbox;
+#endif
guint idlabel : 1;