| 193 gaim_account_get_username(account), |
193 gaim_account_get_username(account), |
| 194 gaim_account_get_protocol_name(account)); |
194 gaim_account_get_protocol_name(account)); |
| 195 } |
195 } |
| 196 |
196 |
| 197 p = g_strdup_printf(_("%s disconnected"), n); |
197 p = g_strdup_printf(_("%s disconnected"), n); |
| 198 s = g_strdup_printf(_("%s was disconnected due to an error. %s The account has been disabled. " |
198 s = g_strdup_printf(_("%s was disconnected due to an error: %s\nThe account has been disabled. " |
| 199 "Correct the error and reenable the account to connect."), n, text); |
199 "Correct the error and reenable the account to connect."), n, text); |
| 200 gaim_notify_error(NULL, NULL, p, s); |
200 gaim_notify_error(NULL, NULL, p, s); |
| 201 g_free(p); |
201 g_free(p); |
| 202 g_free(s); |
202 g_free(s); |
| 203 g_free(n); |
203 g_free(n); |