aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/gtk-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/gtk-compat.h b/e-util/gtk-compat.h
index 75b32977a1..2bcdf9fd86 100644
--- a/e-util/gtk-compat.h
+++ b/e-util/gtk-compat.h
@@ -7,7 +7,7 @@
* in GTK+ 2.22 which we need to build with sealed GDK. That way it
* is still possible to build with GTK+ 2.20. */
-#if !GTK_CHECK_VERSION(2,21,0)
+#if !GTK_CHECK_VERSION(2,21,2)
#define gdk_drag_context_get_actions(context) (context)->actions
#define gdk_drag_context_get_suggested_action(context) (context)->suggested_action