Mercurial > pidgin
changeset 11306:c072be05e7ba
[gaim-migrate @ 13506]
Embelish upon this comment, and translocate it to a more
appropriate locale. Or something.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 19 Aug 2005 03:57:05 +0000 |
parents | 0d3d1031e397 |
children | e1c55e65ab8e |
files | src/gtkstatusbox.c |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkstatusbox.c Fri Aug 19 01:15:13 2005 +0000 +++ b/src/gtkstatusbox.c Fri Aug 19 03:57:05 2005 +0000 @@ -247,6 +247,12 @@ gtk_gaim_status_box_add(GTK_GAIM_STATUS_BOX(status_box), pixbuf2, _("Away"), NULL, "away"); gtk_gaim_status_box_add(GTK_GAIM_STATUS_BOX(status_box), pixbuf4, _("Invisible"), NULL, "invisible"); gtk_gaim_status_box_add(GTK_GAIM_STATUS_BOX(status_box), pixbuf3, _("Offline"), NULL, "offline"); + /* + * TODO: This triggers a callback of gaim_gtk_status_box_changed(). + * That's bad. We should at least try not figure out what + * status the user's accounts are set to instead of always + * using "Available." + */ gtk_combo_box_set_active(GTK_COMBO_BOX(status_box), 0); } @@ -415,10 +421,6 @@ gtk_gaim_status_box_refresh(box); } -/* - * TODO: This callback is triggered immediately, without the user actually - * changing anything. That's bad. - */ static void gtk_gaim_status_box_changed(GtkComboBox *box) { GtkGaimStatusBox *status_box = GTK_GAIM_STATUS_BOX(box);