comparison libgaim/account.c @ 15101:9b3f844a02d7

[gaim-migrate @ 17887] fix 1589407 committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 04 Dec 2006 02:12:53 +0000
parents 97ae8709d6dc
children 31603a03cc02
comparison
equal deleted inserted replaced
15100:ded621e635e4 15101:9b3f844a02d7
1190 1190
1191 g_free(account->username); 1191 g_free(account->username);
1192 account->username = g_strdup(username); 1192 account->username = g_strdup(username);
1193 1193
1194 schedule_accounts_save(); 1194 schedule_accounts_save();
1195
1196 /* if the name changes, we should re-write the buddy list
1197 * to disk with the new name */
1198 gaim_blist_schedule_save();
1195 } 1199 }
1196 1200
1197 void 1201 void
1198 gaim_account_set_password(GaimAccount *account, const char *password) 1202 gaim_account_set_password(GaimAccount *account, const char *password)
1199 { 1203 {