summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2016-04-12 09:47:23 +0000
committerMartin Owens <doctormo@gmail.com>2016-04-12 09:47:23 +0000
commit4f88ccdfed31eb06cfc0d362dc2cb8358bb65e34 (patch)
treeb80b02b3df907d7d2332439d08d39cb597ab1e94 /src/ui/widget
parentBump version to gtk 3.8 of later (diff)
downloadinkscape-4f88ccdfed31eb06cfc0d362dc2cb8358bb65e34.tar.gz
inkscape-4f88ccdfed31eb06cfc0d362dc2cb8358bb65e34.zip
Bump ifdefs to 3.8 (now ifdefs say 3.0 instead of 3.2 or 3.8)
(bzr r14788)
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/gimpcolorwheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/gimpcolorwheel.c b/src/ui/widget/gimpcolorwheel.c
index c857cfa8a..3642848df 100644
--- a/src/ui/widget/gimpcolorwheel.c
+++ b/src/ui/widget/gimpcolorwheel.c
@@ -1246,7 +1246,7 @@ paint_triangle (GimpColorWheel *wheel,
#endif
}
-#if GTK_CHECK_VERSION(3,2,0)
+#if GTK_CHECK_VERSION(3,0,0)
static gboolean
gimp_color_wheel_draw (GtkWidget *widget,
cairo_t *cr)