| 3510 void |
3510 void |
| 3511 gaim_gtk_blist_update_account_error_state(GaimAccount *account, const char *text) |
3511 gaim_gtk_blist_update_account_error_state(GaimAccount *account, const char *text) |
| 3512 { |
3512 { |
| 3513 GList *l; |
3513 GList *l; |
| 3514 |
3514 |
| 3515 if (message == NULL) |
3515 if (text == NULL) |
| 3516 g_hash_table_remove(gtkblist->connection_errors, account); |
3516 g_hash_table_remove(gtkblist->connection_errors, account); |
| 3517 else |
3517 else |
| 3518 g_hash_table_insert(gtkblist->connection_errors, account, g_strdup(text)); |
3518 g_hash_table_insert(gtkblist->connection_errors, account, g_strdup(text)); |
| 3519 |
3519 |
| 3520 /* Remove the old error buttons */ |
3520 /* Remove the old error buttons */ |