Mercurial > pidgin.yaz
changeset 23574:4162ac08c775
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.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 13 Jul 2008 04:48:05 +0000 |
parents | 06e6043ee51c |
children | 9688908af52d |
files | libpurple/protocols/msn/contact.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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