# HG changeset patch # User Elliott Sales de Andrade # Date 1215924485 0 # Node ID 4162ac08c775f219c8a71257e3b5d840cdf7c3de # Parent 06e6043ee51c4af4dacb8eddb362986cfeb318e6 On MSN, always send the privacy settings and contact list after parsing the address book. This doesn't seem to cause any problems and hopefully fixes #6196. diff -r 06e6043ee51c -r 4162ac08c775 libpurple/protocols/msn/contact.c --- a/libpurple/protocols/msn/contact.c Sun Jul 13 04:31:18 2008 +0000 +++ b/libpurple/protocols/msn/contact.c Sun Jul 13 04:48:05 2008 +0000 @@ -776,10 +776,8 @@ purple_debug_misc("msn", "Got the Address Book!\n"); if (msn_parse_addressbook(session, resp->xml)) { - if (!session->logged_in) { - msn_send_privacy(session->account->gc); - msn_notification_dump_contact(session); - } + msn_send_privacy(session->account->gc); + msn_notification_dump_contact(session); } else { /* This is making us loop infinitely when we fail to parse the address book, disable for now (we should re-enable when we