comparison src/gtkconn.c @ 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 2d71d4081e06
children b4eba6c7f6f8
comparison
equal deleted inserted replaced
13030:d09b19783b8d 13031:6728a282269b
153 153
154 account = gaim_connection_get_account(gc); 154 account = gaim_connection_get_account(gc);
155 info = g_hash_table_lookup(hash, account); 155 info = g_hash_table_lookup(hash, account);
156 errored_account = g_hash_table_lookup(errored_accounts, account); 156 errored_account = g_hash_table_lookup(errored_accounts, account);
157 157
158 gaim_gtk_blist_update_account_error_state(account, text);
158 if (!gc->wants_to_die) { 159 if (!gc->wants_to_die) {
159 gaim_gtk_blist_update_account_error_state(account, text);
160 if (gtkblist != NULL) 160 if (gtkblist != NULL)
161 gtk_gaim_status_box_set_error(GTK_GAIM_STATUS_BOX(gtkblist->statusbox), text); 161 gtk_gaim_status_box_set_error(GTK_GAIM_STATUS_BOX(gtkblist->statusbox), text);
162 162
163 if (info == NULL) { 163 if (info == NULL) {
164 info = g_new0(GaimAutoRecon, 1); 164 info = g_new0(GaimAutoRecon, 1);