diff -r cb62a4f66ebe -r 6297cdf66332 webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp --- 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(); }