homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspsconfigurationservice.cpp
branchRCL_3
changeset 130 67f2ed48ad91
parent 118 8baec10861af
--- a/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspsconfigurationservice.cpp	Wed Sep 15 12:32:36 2010 +0300
+++ b/homescreensrv_plat/sapi_homescreenplugin/hspsservice/src/hspsconfigurationservice.cpp	Wed Oct 13 14:53:46 2010 +0300
@@ -422,7 +422,7 @@
         
         for(TInt i=0; i < iNotifyParams->iCount; i++ )
             {
-            iPluginIds.AppendL( aParams.iPluginIds[i] );
+            iPluginIds.Append( aParams.iPluginIds[i] );
             }
            
         iNotifyParams->SetNameL(aParams.Name());