diff -r 9674c1a575e9 -r b8fae6b8a148 idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h --- a/idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h Mon Mar 15 12:39:47 2010 +0200 +++ b/idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h Wed Mar 31 21:17:19 2010 +0300 @@ -237,19 +237,18 @@ IMPORT_C TInt SetActivePluginL(const TDesC8& aPluginId); /** - * Restore active view. Will remove all plugins in active view. + * Removes all but one view and removes all plugins from it. * * @return Operation status. KErrNone (success), KErrNotFound */ - IMPORT_C TInt RestoreActiveViewL(); + IMPORT_C TInt RestoreRootL(); /** - * Restore whole root configuration. Will remove - * everything except one view. + * Restore (re-install) default configuration from ROM. * * @return Operation status. KErrNone (success), KErrNotFound */ - IMPORT_C TInt RestoreRootL(); + IMPORT_C TInt RestoreDefaultConfL(); /** * Replace plugin in the active configuration.