diff -r a5a39a295112 -r 8baec10861af homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspsconfigurationservice.cpp --- a/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspsconfigurationservice.cpp Wed Sep 01 12:22:09 2010 +0100 +++ b/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspsconfigurationservice.cpp Tue Sep 14 21:55:16 2010 +0300 @@ -422,7 +422,7 @@ for(TInt i=0; i < iNotifyParams->iCount; i++ ) { - iPluginIds.Append( aParams.iPluginIds[i] ); + iPluginIds.AppendL( aParams.iPluginIds[i] ); } iNotifyParams->SetNameL(aParams.Name());