diff libpurple/protocols/msn/contact.c @ 20440:5ecaa00090d7

Always get the full contact list too, as we need it for the reverse list etc. Fixes #983
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 27 May 2007 17:33:50 +0000
parents bee467c81570
children a1c6206f0205
line wrap: on
line diff
--- a/libpurple/protocols/msn/contact.c	Sun May 27 17:00:06 2007 +0000
+++ b/libpurple/protocols/msn/contact.c	Sun May 27 17:33:50 2007 +0000
@@ -249,7 +249,7 @@
 	abLastChange = purple_account_get_string(session->account, "ablastChange", NULL);
 	dynamicItemLastChange = purple_account_get_string(session->account, "dynamicItemLastChange", NULL);
 
-#ifdef MSN_PARTIAL_ADDRESSBOOK
+#ifdef MSN_PARTIAL_LISTS
 	/* XXX: this should be enabled when we can correctly do partial
 	   syncs with the server. Currently we need to retrieve the whole
 	   list to detect sync issues */