comparison 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
comparison
equal deleted inserted replaced
20439:bee467c81570 20440:5ecaa00090d7
247 msn_soap_free_read_buf(soapconn); 247 msn_soap_free_read_buf(soapconn);
248 248
249 abLastChange = purple_account_get_string(session->account, "ablastChange", NULL); 249 abLastChange = purple_account_get_string(session->account, "ablastChange", NULL);
250 dynamicItemLastChange = purple_account_get_string(session->account, "dynamicItemLastChange", NULL); 250 dynamicItemLastChange = purple_account_get_string(session->account, "dynamicItemLastChange", NULL);
251 251
252 #ifdef MSN_PARTIAL_ADDRESSBOOK 252 #ifdef MSN_PARTIAL_LISTS
253 /* XXX: this should be enabled when we can correctly do partial 253 /* XXX: this should be enabled when we can correctly do partial
254 syncs with the server. Currently we need to retrieve the whole 254 syncs with the server. Currently we need to retrieve the whole
255 list to detect sync issues */ 255 list to detect sync issues */
256 msn_get_address_book(contact, abLastChange, dynamicItemLastChange); 256 msn_get_address_book(contact, abLastChange, dynamicItemLastChange);
257 #else 257 #else