webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp
changeset 65 5bfc169077b2
parent 38 6297cdf66332
child 68 92a765b5b3e7
--- a/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp	Fri Mar 19 09:52:28 2010 +0200
@@ -15,10 +15,11 @@
 *
 */
 
+
 #include <e32base.h>
 #include <w32std.h>
 #include <apgcli.h>
-#include <widgetregistryconstants.h>
+#include "WidgetRegistryConstants.h"
 #include "widgetregistryserver.h"
 #include "widgetregistrysession.h"
 
@@ -126,9 +127,6 @@
         TRAP_IGNORE(
             apparcSession.RegisterNonNativeApplicationTypeL(
                 KUidWidgetLauncher, KLauncherApp()));
-
-		    apparcSession.PrepareNonNativeApplicationsUpdatesL();
-            apparcSession.ForceCommitNonNativeApplicationsUpdatesL();
         apparcSession.Close();
         }