On MSN, always send the privacy settings and contact list after parsing cpw.qulogic.msn

Sun, 13 Jul 2008 04:48:05 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 13 Jul 2008 04:48:05 +0000
branch
cpw.qulogic.msn
changeset 23841
8b69edc386fe
parent 23840
a38aaab9de6b
child 23842
5d868d301756

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.

libpurple/protocols/msn/contact.c file | annotate | diff | comparison | revisions
--- 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

mercurial