From kde-commits Fri Oct 31 23:56:05 2008 From: Thomas McGuire Date: Fri, 31 Oct 2008 23:56:05 +0000 To: kde-commits Subject: KDE/kdepim/akonadi/resources/shared Message-Id: <1225497365.733234.20510.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122549737511186 SVN commit 878366 by tmcguire: Do a sync after reloading the file, so that the contacts and events show up directly after running the migrator. M +1 -0 singlefileresourcebase.cpp --- trunk/KDE/kdepim/akonadi/resources/shared/singlefileresourcebase.cpp #878365:878366 @@ -73,6 +73,7 @@ if ( !mCurrentUrl.isEmpty() ) writeFile(); readFile(); + synchronize(); } void SingleFileResourceBase::fileChanged(const QString & fileName)