changeset 24989:cfb4e3dc7a23

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.
author Richard Laager <rlaager@wiktel.com>
date Sat, 24 Jan 2009 02:44:27 +0000
parents 087419df2cfe
children b539aaa728b3 3d8c53f3108e
files pidgin/pidgin.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/pidgin.h	Sat Jan 24 02:42:56 2009 +0000
+++ b/pidgin/pidgin.h	Sat Jan 24 02:44:27 2009 +0000
@@ -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.