comparison gtk/gtkstatusbox.h @ 14663:587268c9c6d7

[gaim-migrate @ 17409] Finish up making the status box work nicely when you have accounts with identical statuses enabled. This adds some (further) complexity to the status box, but I actually eliminated some unnecessary regenerations and refreshes and stuff. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 30 Sep 2006 20:09:28 +0000
parents 009db0b357b5
children 05c34aabdcc3
comparison
equal deleted inserted replaced
14662:61a4a2dc491e 14663:587268c9c6d7
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;