You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
evolution-data-server/evolution-data-server-2.31....

13 lines
660 B

diff -up evolution-data-server-2.31.3/libedataserverui/gtk-compat.h.lower-version evolution-data-server-2.31.3/libedataserverui/gtk-compat.h
--- evolution-data-server-2.31.3/libedataserverui/gtk-compat.h.lower-version 2010-06-07 15:28:43.000000000 +0200
+++ evolution-data-server-2.31.3/libedataserverui/gtk-compat.h 2010-06-07 15:30:07.000000000 +0200
@@ -8,7 +8,7 @@
* That way it is still possible to build with GTK+ 2.20.
*/
-#if !GTK_CHECK_VERSION(2,21,2)
+#if !GTK_CHECK_VERSION(2,21,1)
#define gdk_drag_context_get_actions(context) (context)->actions
#define gdk_drag_context_get_suggested_action(context) (context)->suggested_action