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)