# HG changeset patch # User Richard Laager # Date 1232765067 0 # Node ID cfb4e3dc7a23ba3f205a4ac6e318bf4870c49cbd # Parent 087419df2cfec18067d72c522493d5aecf3a240c 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. diff -r 087419df2cfe -r cfb4e3dc7a23 pidgin/pidgin.h --- 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.