From 25a2437786e43d59b60e6e362eb482afc1b2a77f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 4 Jun 2010 13:57:17 -0400 Subject: Set the GTK+ backward compatibility check to 2.21.2. --- e-util/gtk-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3