Mercurial > pidgin
changeset 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 | ded621e635e4 |
children | 37a792fc9800 |
files | libgaim/account.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/account.c Mon Dec 04 01:53:12 2006 +0000 +++ b/libgaim/account.c Mon Dec 04 02:12:53 2006 +0000 @@ -1192,6 +1192,10 @@ account->username = g_strdup(username); schedule_accounts_save(); + + /* if the name changes, we should re-write the buddy list + * to disk with the new name */ + gaim_blist_schedule_save(); } void