comparison src/account.c @ 10418:bed2c96bc1fb

[gaim-migrate @ 11669] I split the status-saving code into it's own little API, because it really is separate from the other status.c savedstatuses.c sits on top of the rest of the status API. And you can delete saved statuses now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 00:46:26 +0000
parents ce098e226486
children 3232e1a33899
comparison
equal deleted inserted replaced
10417:823ad21cd95a 10418:bed2c96bc1fb
461 g_free(account->buddy_icon); 461 g_free(account->buddy_icon);
462 462
463 account->buddy_icon = (icon == NULL ? NULL : g_strdup(icon)); 463 account->buddy_icon = (icon == NULL ? NULL : g_strdup(icon));
464 if (account->gc) 464 if (account->gc)
465 serv_set_buddyicon(account->gc, icon); 465 serv_set_buddyicon(account->gc, icon);
466 466
467 schedule_accounts_save(); 467 schedule_accounts_save();
468 } 468 }
469 469
470 void 470 void
471 gaim_account_set_protocol_id(GaimAccount *account, const char *protocol_id) 471 gaim_account_set_protocol_id(GaimAccount *account, const char *protocol_id)