store the meta contact list after a load since it may have changed in case faulty contacts were removed.

cusax-fix
Emil Ivov 19 years ago
parent 177dbd7a6f
commit 37c4fda89f

@ -528,6 +528,9 @@ void extractContactsForAccount(String accountID)
processGroupXmlNode(mclServiceImpl, accountID, root
, null, null);
//now save the contact list in case it has changed
scheduleContactListStorage();
//now that we're done updating the contact list we can start listening
//again
this.mclServiceImpl.addMetaContactListListener(this);

Loading…
Cancel
Save