pidgin/gtkconv.h

branch
cpw.qulogic.gtk3
changeset 32367
57b77b20301a
parent 27077
e2f1821141c2
child 32375
9ccb07c70f2a
--- 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;

mercurial