diff -r 481ec7d852d7 -r 57b77b20301a pidgin/gtkconv.h --- a/pidgin/gtkconv.h Tue Feb 16 00:36:25 2010 +0000 +++ b/pidgin/gtkconv.h Tue Feb 16 04:45:35 2010 +0000 @@ -122,7 +122,11 @@ gboolean make_sound; +#if GTK_CHECK_VERSION(2,12,0) + gpointer depr2; +#else GtkTooltips *tooltips; +#endif GtkWidget *tab_cont; GtkWidget *tabby;