[evolution-data-server] fixed an error in previous commit
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] fixed an error in previous commit
- Date: Thu, 10 Jun 2010 20:35:28 +0000 (UTC)
commit a5a4a8841a5cc56552192680cd8eaf75902b9429
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Fri Jun 11 02:02:26 2010 +0530
fixed an error in previous commit
libedataserverui/gtk-compat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libedataserverui/gtk-compat.h b/libedataserverui/gtk-compat.h
index d2fba05..766b8b3 100644
--- a/libedataserverui/gtk-compat.h
+++ b/libedataserverui/gtk-compat.h
@@ -17,7 +17,7 @@
#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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]