gtk/gtkstatusbox.h

changeset 14725
39980ddc0b9a
parent 14253
b63ebf84c42b
child 14767
34cc644b452f
equal deleted inserted replaced
14724:309cc2f335c6 14725:39980ddc0b9a
78 * options. 78 * options.
79 */ 79 */
80 GtkListStore *dropdown_store; 80 GtkListStore *dropdown_store;
81 81
82 GaimAccount *account; 82 GaimAccount *account;
83
84 /* This will be non-NULL and contain a sample account
85 * when all enabled accounts use the same statuses */
86 GaimAccount *token_status_account;
83 87
84 GtkWidget *vbox, *sw; 88 GtkWidget *vbox, *sw;
85 GtkWidget *imhtml; 89 GtkWidget *imhtml;
86 90
87 char *buddy_icon_path; 91 char *buddy_icon_path;

mercurial