diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-05 01:57:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-05 01:57:17 +0800 |
commit | 25a2437786e43d59b60e6e362eb482afc1b2a77f (patch) | |
tree | 942dbf3e5ad6a78d539d87c1f22d21f71e960b14 /e-util | |
parent | 970662db34ff0a718cd5e39c1fa268beb51e1f64 (diff) | |
download | gsoc2013-evolution-25a2437786e43d59b60e6e362eb482afc1b2a77f.tar.gz gsoc2013-evolution-25a2437786e43d59b60e6e362eb482afc1b2a77f.tar.zst gsoc2013-evolution-25a2437786e43d59b60e6e362eb482afc1b2a77f.zip |
Set the GTK+ backward compatibility check to 2.21.2.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/gtk-compat.h | 2 |
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 |