comparison src/gtkblist.c @ 13016:8acf409a2d5f

[gaim-migrate @ 15369] And... compile. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 23 Jan 2006 08:09:47 +0000
parents 2d71d4081e06
children 228b1f95e5b4
comparison
equal deleted inserted replaced
13015:2d71d4081e06 13016:8acf409a2d5f
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 */