From 37c4fda89f07d6e79bf720dcf58c79dc197aed95 Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Sat, 10 Mar 2007 14:34:00 +0000 Subject: [PATCH] store the meta contact list after a load since it may have changed in case faulty contacts were removed. --- .../sip/communicator/impl/contactlist/MclStorageManager.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/net/java/sip/communicator/impl/contactlist/MclStorageManager.java b/src/net/java/sip/communicator/impl/contactlist/MclStorageManager.java index bcf01afd6..d83126062 100644 --- a/src/net/java/sip/communicator/impl/contactlist/MclStorageManager.java +++ b/src/net/java/sip/communicator/impl/contactlist/MclStorageManager.java @@ -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);