--- a/homescreenpluginsrv/hspsmanager/client/hspsclient.cpp Tue May 11 16:30:05 2010 +0300
+++ b/homescreenpluginsrv/hspsmanager/client/hspsclient.cpp Tue May 25 13:01:39 2010 +0300
@@ -896,13 +896,13 @@
//
EXPORT_C ThspsServiceCompletedMessage ChspsClient::hspsRestoreConfigurations(
const TInt aAppUid,
- const TBool aReinstall )
+ const ThspsRestore aRestore )
{
ThspsServiceCompletedMessage ret = EhspsRestoreConfigurationsFailed;
ThspsParamRestoreConfigurations params;
params.appUid = aAppUid;
- params.restoreAll = aReinstall;
+ params.restore = aRestore;
ret = ( ThspsServiceCompletedMessage )iSession.RestoreConfigurations( iResultData, params );