Mercurial > pidgin
changeset 32530:097aaeb155ee
When deleting a group from the server stored buddy list, rebuild the list
of group IDs in the master group (not in the group we just deleted--that
doesn't make sense). This was a bug, but it seems like it probably didn't
cause any harm.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 20 Feb 2012 23:18:00 +0000 |
parents | 28b741b2fc1d |
children | 017908d13526 |
files | libpurple/protocols/oscar/family_feedbag.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_feedbag.c Sun Feb 19 01:27:00 2012 +0000 +++ b/libpurple/protocols/oscar/family_feedbag.c Mon Feb 20 23:18:00 2012 +0000 @@ -971,7 +971,7 @@ aim_ssi_itemlist_del(&od->ssi.local, del); /* Modify the parent group */ - aim_ssi_itemlist_rebuildgroup(&od->ssi.local, group); + aim_ssi_itemlist_rebuildgroup(&od->ssi.local, NULL); /* Sync our local list with the server list */ return aim_ssi_sync(od);