comparison src/gtkstatusbox.c @ 10749:3839df4f7074

[gaim-migrate @ 12351] This fixes the auto-reconnect plugin bug. The whole "wants_to_die" thing feels a little dirty. Eh, it's fine for now. Also, the gtkstatusbox starts off in the "available" state instead of using the GaimStatus of whatever account is online. This negates the effect of saving the GaimStatuses for an account. More tomorrow... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Mar 2005 05:17:18 +0000
parents f51e040affc6
children 42c16b293867
comparison
equal deleted inserted replaced
10748:8d19e10c187f 10749:3839df4f7074
417 g_source_remove(box->typing); 417 g_source_remove(box->typing);
418 box->typing = 0; 418 box->typing = 0;
419 gtk_gaim_status_box_refresh(box); 419 gtk_gaim_status_box_refresh(box);
420 } 420 }
421 421
422 /*
423 * TODO: This callback is triggered immediately, without the user actually
424 * changing anything. That's bad.
425 */
422 static void gtk_gaim_status_box_changed(GtkComboBox *box) 426 static void gtk_gaim_status_box_changed(GtkComboBox *box)
423 { 427 {
424 GtkGaimStatusBox *status_box = GTK_GAIM_STATUS_BOX(box); 428 GtkGaimStatusBox *status_box = GTK_GAIM_STATUS_BOX(box);
425 GtkTreeIter iter; 429 GtkTreeIter iter;
426 char *text, *sec_text; 430 char *text, *sec_text;