aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/gtk-compat.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2010-06-11 04:32:47 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2010-06-11 04:32:47 +0800
commit66a84a057d9526f6b4787bfc23b6c34cbd7b3605 (patch)
tree01995fcd94d0c09b69753a5e1a8e3c41576a1619 /e-util/gtk-compat.h
parent0686a750512618951c53fa5180f6856e793f3266 (diff)
downloadgsoc2013-evolution-66a84a057d9526f6b4787bfc23b6c34cbd7b3605.tar
gsoc2013-evolution-66a84a057d9526f6b4787bfc23b6c34cbd7b3605.tar.gz
gsoc2013-evolution-66a84a057d9526f6b4787bfc23b6c34cbd7b3605.tar.bz2
gsoc2013-evolution-66a84a057d9526f6b4787bfc23b6c34cbd7b3605.tar.lz
gsoc2013-evolution-66a84a057d9526f6b4787bfc23b6c34cbd7b3605.tar.xz
gsoc2013-evolution-66a84a057d9526f6b4787bfc23b6c34cbd7b3605.tar.zst
gsoc2013-evolution-66a84a057d9526f6b4787bfc23b6c34cbd7b3605.zip
fixed an error in previous commit
Diffstat (limited to 'e-util/gtk-compat.h')
-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 7d52d80c1f..2b96d9c4b2 100644
--- a/e-util/gtk-compat.h
+++ b/e-util/gtk-compat.h
@@ -19,7 +19,7 @@
(GTK_ACCESSIBLE (accessible)->widget)
#endif
-#if GTK_CHECK_VERSION (2,21,1)
+#if GTK_MAJOR_VERSION == 2 && GTK_MINOR_VERSION == 21 && GTK_MICRO_VERSION == 1
#define gdk_drag_context_get_selected_action(context) gdk_drag_context_get_action(context)
#endif