Mercurial > pidgin.yaz
changeset 31454:c1a162c0f4e5
Add the all-important contactInfo child.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 05 Dec 2010 08:49:33 +0000 |
parents | 388ca4797d7b |
children | b78991ee326c |
files | libpurple/protocols/msn/contact.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c Sun Dec 05 08:13:13 2010 +0000 +++ b/libpurple/protocols/msn/contact.c Sun Dec 05 08:49:33 2010 +0000 @@ -1611,6 +1611,7 @@ MsnSoapPartnerScenarioText[MSN_PS_SAVE_CONTACT], -1); contact = xmlnode_get_child(state->body, "Body/ABContactUpdate/contacts/Contact"); + xmlnode_insert_child(contact, contact_info); if (user) { xmlnode *contactId = xmlnode_new_child(contact, "contactId");