Mercurial > pidgin
changeset 13031:6728a282269b
[gaim-migrate @ 15384]
Show disconnected buttons for wants_to_die disconnections, too
(invalid password, for example)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 24 Jan 2006 04:54:50 +0000 |
parents | d09b19783b8d |
children | 4016a35bdd4d |
files | src/gtkconn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconn.c Tue Jan 24 04:48:49 2006 +0000 +++ b/src/gtkconn.c Tue Jan 24 04:54:50 2006 +0000 @@ -155,8 +155,8 @@ info = g_hash_table_lookup(hash, account); errored_account = g_hash_table_lookup(errored_accounts, account); + gaim_gtk_blist_update_account_error_state(account, text); if (!gc->wants_to_die) { - gaim_gtk_blist_update_account_error_state(account, text); if (gtkblist != NULL) gtk_gaim_status_box_set_error(GTK_GAIM_STATUS_BOX(gtkblist->statusbox), text);