webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp
changeset 27 6297cdf66332
parent 26 cb62a4f66ebe
child 36 c711bdda59f4
--- a/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp	Thu Jan 07 13:31:38 2010 +0200
+++ b/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp	Mon Jan 18 21:20:18 2010 +0200
@@ -126,6 +126,9 @@
         TRAP_IGNORE(
             apparcSession.RegisterNonNativeApplicationTypeL(
                 KUidWidgetLauncher, KLauncherApp()));
+
+		    apparcSession.PrepareNonNativeApplicationsUpdatesL();
+            apparcSession.ForceCommitNonNativeApplicationsUpdatesL();
         apparcSession.Close();
         }