contextframework/cfw/src/cfcontextsourcemanager/CFContextSourceManager.cpp
branchRCL_3
changeset 24 a72ff4214918
parent 0 2e3d3ce01487
--- 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();
     }