pidgin: d22cf180: I think this was accidentally changed in...

markdoliner at pidgin.im markdoliner at pidgin.im
Mon Feb 21 04:10:48 EST 2011


----------------------------------------------------------------------
Revision: d22cf180ef4763233a7ca6d28fa6c4ccd6fc548c
Parent:   8a43e3ddd7adacb208afe2d7ee3ea983c95901be
Author:   markdoliner at pidgin.im
Date:     02/21/11 04:08:08
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d22cf180ef4763233a7ca6d28fa6c4ccd6fc548c

Changelog: 

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.

Changes against parent 8a43e3ddd7adacb208afe2d7ee3ea983c95901be

  patched  libpurple/protocols/oscar/family_feedbag.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/family_feedbag.c	91eecd1f550c62e5b3e3a83cd90e83df5d0b91f5
+++ libpurple/protocols/oscar/family_feedbag.c	ae1f1a5c598f4bc3377ff17e61d18b94eb7a52cb
@@ -824,7 +824,7 @@ aim_ssi_add_to_private_list(OscarData *o
 		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);


More information about the Commits mailing list