pidgin: c51bf3de: pidgin.h is a public header file. There...

rlaager at pidgin.im rlaager at pidgin.im
Fri Jan 23 21:52:04 EST 2009


-----------------------------------------------------------------
Revision: c51bf3defef588c1efb6022d502dfc38c55664b2
Ancestor: 6f185228155b082f6f2e22412a5a7033a9995e3e
Author: rlaager at pidgin.im
Date: 2009-01-24T02:44:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c51bf3defef588c1efb6022d502dfc38c55664b2

Modified files:
        pidgin/pidgin.h

ChangeLog: 

pidgin.h is a public header file.  Therefore, we should continue to provide
the PIDGIN_INVISIBLE_CHAR define until 3.0.0, unless PIDGIN_DISABLE_DEPRECATED
is defined.

-------------- next part --------------
============================================================
--- pidgin/pidgin.h	48d5c8fc37dc32e6213e2072ce680606380f9af7
+++ pidgin/pidgin.h	0c1f3db836af6d365f3fc07be5ac81c28afac944
@@ -91,7 +91,7 @@
 #define PIDGIN_HIG_BORDER        12
 #define PIDGIN_HIG_BOX_SPACE      6
 
-#if !GTK_CHECK_VERSION(2,16,0)
+#if !GTK_CHECK_VERSION(2,16,0) || !defined(PIDGIN_DISABLE_DEPRECATED)
 /*
  * Older versions of GNOME defaulted to using an asterisk as the invisible
  * character.  But this is ugly and we want to use something nicer.


More information about the Commits mailing list