diff -r 79859ed3eea9 -r 919f36ff910f webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp --- a/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp Tue Aug 31 16:17:46 2010 +0300 +++ b/webengine/widgetregistry/Server/src/WidgetRegistryServer.cpp Wed Sep 01 12:28:30 2010 +0100 @@ -15,13 +15,12 @@ * */ - #include #include #include -#include "WidgetRegistryConstants.h" -#include "WidgetRegistryServer.h" -#include "WidgetRegistrySession.h" +#include +#include "widgetregistryserver.h" +#include "widgetregistrysession.h" // ============================ MEMBER FUNCTIONS =============================== @@ -127,8 +126,14 @@ TRAP_IGNORE( apparcSession.RegisterNonNativeApplicationTypeL( KUidWidgetLauncher, KLauncherApp())); - apparcSession.Close(); - } + + + TRAP_IGNORE( + apparcSession.RegisterNonNativeApplicationTypeL( + KUidWgtWidgetLauncher, KWgtLauncherApp())); + + apparcSession.Close(); + } // First create and install the active scheduler CActiveScheduler* scheduler = new ( ELeave ) CActiveScheduler;