diff -r bd874ee5e5e2 -r 502e5d91ad42 homescreensrv_plat/sapi_homescreenplugin/src/hspsconfigurationif.cpp --- a/homescreensrv_plat/sapi_homescreenplugin/src/hspsconfigurationif.cpp Fri Mar 12 15:43:54 2010 +0200 +++ b/homescreensrv_plat/sapi_homescreenplugin/src/hspsconfigurationif.cpp Mon Mar 15 12:41:53 2010 +0200 @@ -1131,15 +1131,6 @@ { inParamVariant = inParam->Value(); pluginId.Set( inParamVariant.AsData() ); - // Check that plugin node exists - ChspsDomNode* node = &( CHspsLiwUtilities::FindRootNodeByIdentifierL( - KPluginElement, - pluginId, - *( iHspsConfigurationService->GetDOML().RootNode() ) ) ); - if ( !node ) - { - User::Leave( KErrNotFound ); - } } else {