diff -r 5964140ed25a -r a72ff4214918 contextframework/cfw/src/cfcontextsourcemanager/CFContextSourceManager.cpp --- a/contextframework/cfw/src/cfcontextsourcemanager/CFContextSourceManager.cpp Wed Apr 14 16:08:26 2010 +0300 +++ b/contextframework/cfw/src/cfcontextsourcemanager/CFContextSourceManager.cpp Tue Apr 27 16:49:15 2010 +0300 @@ -477,7 +477,7 @@ void CCFContextSourceManager::UpdatePlugInsL() { FUNC_LOG; - + if (!iUpdatePluginsAllowed){return;} // List all plugins RImplInfoPtrArray implInfoArray; CleanupResetAndDestroyPushL( implInfoArray ); @@ -784,7 +784,7 @@ void CCFContextSourceManager::InitLoadingPluginsPhaseL() { FUNC_LOG; - + iUpdatePluginsAllowed = ETrue; UpdatePlugInsL(); }