Mercurial > pidgin
changeset 31243:e5cd15ee3e5d
I think this was accidentally changed in revision
42f920565e5e9bffbb52c96d915a4900b21c3f62
That being said... I doubt this affected anyone. I think if your
buddy list was completely empty and you tried to add someone to your
permit, block, visible or invisible lists then MAYBE it would fail.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 21 Feb 2011 09:08:08 +0000 |
parents | 3085ffcd593f |
children | 3fe2bd895946 |
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 Mon Feb 21 02:25:27 2011 +0000 +++ b/libpurple/protocols/oscar/family_feedbag.c Mon Feb 21 09:08:08 2011 +0000 @@ -824,7 +824,7 @@ return -EINVAL; if (aim_ssi_itemlist_find(od->ssi.local, 0x0000, 0x0000) == NULL) - aim_ssi_itemlist_add(&od->ssi.local, NULL, 0x0000, 0x0000, list_type, NULL); + aim_ssi_itemlist_add(&od->ssi.local, NULL, 0x0000, 0x0000, AIM_SSI_TYPE_GROUP, NULL); aim_ssi_itemlist_add(&od->ssi.local, name, 0x0000, 0xFFFF, list_type, NULL); return aim_ssi_sync(od);