diff -r 5456b4e8b3a8 -r 3321d3e205b6 idlehomescreen/widgetmanager/src/wmeffectmanager.cpp --- a/idlehomescreen/widgetmanager/src/wmeffectmanager.cpp Wed Sep 01 12:32:46 2010 +0100 +++ b/idlehomescreen/widgetmanager/src/wmeffectmanager.cpp Tue Sep 14 20:58:58 2010 +0300 @@ -89,7 +89,7 @@ effect->iId = aId; effect->iType = KEffectTypeFullscreen; effect->iState = KWaitForLayout; - iEffects.Append( effect ); + iEffects.AppendL( effect ); CleanupStack::Pop( effect );