pidgin/gtkgaim-compat.h

branch
cpw.darkrain42.xmpp.avatars
changeset 25542
eb604c9feee9
parent 25457
477f84ff0a7e
--- a/pidgin/gtkgaim-compat.h	Mon Jan 26 06:04:01 2009 +0000
+++ b/pidgin/gtkgaim-compat.h	Fri Jan 30 18:21:16 2009 +0000
@@ -297,7 +297,9 @@
 #define GAIM_HIG_BORDER PIDGIN_HIG_BORDER
 #define GAIM_HIG_BOX_SPACE PIDGIN_HIG_BOX_SPACE
 #define GAIM_HIG_CAT_SPACE PIDGIN_HIG_CAT_SPACE
+#if !GTK_CHECK_VERSION(2,16,0)
 #define GAIM_INVISIBLE_CHAR PIDGIN_INVISIBLE_CHAR
+#endif /* Less than GTK+ 2.16 */
 #define GAIM_IS_GTK_CONVERSATION PIDGIN_IS_PIDGIN_CONVERSATION
 #define GAIM_IS_GTK_PLUGIN PIDGIN_IS_PIDGIN_PLUGIN
 #define gaim_new_check_item pidgin_new_check_item

mercurial