pidgin/gtkblist.h

branch
cpw.qulogic.gtk3
changeset 32367
57b77b20301a
parent 32349
54b8e8a7e3b2
child 32375
9ccb07c70f2a
--- a/pidgin/gtkblist.h	Tue Feb 16 00:36:25 2010 +0000
+++ b/pidgin/gtkblist.h	Tue Feb 16 04:45:35 2010 +0000
@@ -82,7 +82,11 @@
 
 	GtkCellRenderer *text_rend;
 
+#if GTK_CHECK_VERSION(2,4,0)
+	GtkUIManager *ui;
+#else
 	GtkItemFactory *ift;
+#endif
 	GtkWidget *menutray;            /**< The menu tray widget. */
 	GtkWidget *menutrayicon;        /**< The menu tray icon. */
 

mercurial