contextframework/cfw/src/cfcontextsourcemanager/CFContextSourceManager.cpp
changeset 28 b0b858956ed5
parent 0 2e3d3ce01487
--- a/contextframework/cfw/src/cfcontextsourcemanager/CFContextSourceManager.cpp	Fri Apr 16 15:08:06 2010 +0300
+++ b/contextframework/cfw/src/cfcontextsourcemanager/CFContextSourceManager.cpp	Mon May 03 12:40:23 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();
     }