src/gtkblist.c

changeset 13016
29dd619e4d41
parent 13015
79ca1e6153bd
child 13022
60db2ca976bf
equal deleted inserted replaced
13015:79ca1e6153bd 13016:29dd619e4d41
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 */

mercurial