diff pidgin/gtkconv.h @ 32711:dc44bb639e8e

propagate from branch 'im.pidgin.pidgin' (head 069350831810b6f4bd534a26fed03260a9b4adcd) to branch 'im.pidgin.cpw.qulogic.gtk3' (head cf49f6cfd58e227b28dc1822e5ab543bbabd80b7)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 04 Jan 2012 02:37:25 +0000
parents 34f778db624f 787609e41f20
children 0dd2cbee5b80
line wrap: on
line diff
--- a/pidgin/gtkconv.h	Wed Jan 04 02:35:22 2012 +0000
+++ b/pidgin/gtkconv.h	Wed Jan 04 02:37:25 2012 +0000
@@ -90,7 +90,11 @@
 
 	gboolean make_sound;
 
+#if GTK_CHECK_VERSION(2,12,0)
+	gpointer depr2;
+#else
 	GtkTooltips *tooltips;
+#endif
 
 	GtkWidget *tab_cont;
 	GtkWidget *tabby;