pidgin/gtkblist.h

branch
cpw.qulogic.gtk3
changeset 32348
305b415e90d6
parent 25911
f22097dc8413
child 32349
54b8e8a7e3b2
equal deleted inserted replaced
32347:169ee59389a1 32348:305b415e90d6
80 GtkTreeStore *treemodel; /**< This is the treemodel. */ 80 GtkTreeStore *treemodel; /**< This is the treemodel. */
81 GtkTreeViewColumn *text_column; /**< Column */ 81 GtkTreeViewColumn *text_column; /**< Column */
82 82
83 GtkCellRenderer *text_rend; 83 GtkCellRenderer *text_rend;
84 84
85 #if GTK_CHECK_VERSION(2,4,0)
86 GtkUIManager *ui;
87 /* Hmm, can I put these here? */
88 guint plugins_merge_id;
89 guint accounts_merge_id;
90 guint sort_methods_merge_id;
91 #else
85 GtkItemFactory *ift; 92 GtkItemFactory *ift;
93 #endif
86 GtkWidget *menutray; /**< The menu tray widget. */ 94 GtkWidget *menutray; /**< The menu tray widget. */
87 GtkWidget *menutrayicon; /**< The menu tray icon. */ 95 GtkWidget *menutrayicon; /**< The menu tray icon. */
88 96
89 /** Caches connection error messages; keys are #PurpleAccount and 97 /** Caches connection error messages; keys are #PurpleAccount and
90 * values are non-@c NULL <tt>const char *</tt>s containing localised 98 * values are non-@c NULL <tt>const char *</tt>s containing localised

mercurial