diff pidgin/gtkconvwin.h @ 32592:d446530cb831

Start converting the conversation window to UI manager. The auto-generated parts are not done yet.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 28 Jul 2009 04:30:58 +0000
parents 5f80ccce8003
children bb7d8b9d8846
line wrap: on
line diff
--- a/pidgin/gtkconvwin.h	Tue Jul 28 03:43:45 2009 +0000
+++ b/pidgin/gtkconvwin.h	Tue Jul 28 04:30:58 2009 +0000
@@ -76,7 +76,11 @@
 
 		GtkWidget *typing_icon;
 
+#if GTK_CHECK_VERSION(2,4,0)
+		GtkUIManager *ui;
+#else
 		GtkItemFactory *item_factory;
+#endif
 
 	} menu;