webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp
changeset 38 6297cdf66332
parent 37 cb62a4f66ebe
child 62 c711bdda59f4
child 65 5bfc169077b2
--- 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();
         }