diff -r 9e077f9a342c -r 2c7f27287390 homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp --- a/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp Mon Jun 21 16:00:38 2010 +0300 +++ b/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspspersonalisationservice.cpp Thu Jul 15 18:59:18 2010 +0300 @@ -347,16 +347,11 @@ // Restore active application configuration // ----------------------------------------------------------------------------- EXPORT_C void CHspsPersonalisationService::RestoreActiveAppConfL( - TInt aAppUid, - TDesC8& aConfUid ) - { - - const TInt confUid = HspsServiceUtilities::HexString2IntL( aConfUid ); - + TInt aAppUid ) + { // Set configuration state - const ThspsServiceCompletedMessage ret = iHspsClient->hspsRestoreActiveAppConf( - aAppUid, - confUid ); + const ThspsServiceCompletedMessage ret = + iHspsClient->hspsRestoreActiveAppConf( aAppUid ); if ( ret != EhspsRestoreActiveAppConfSuccess ) { @@ -434,8 +429,8 @@ const TInt aAppUid, const TRestore aOperation ) { - ThspsRestore operation( EhspsRestoreAll ); - if( aOperation == EDefault ) + ThspsRestore operation( EhspsRestoreAll ); + if( aOperation == EAll ) { operation = EhspsRestoreAll; }