branch | RCL_3 |
changeset 31 | 8baec10861af |
parent 30 | a5a39a295112 |
--- a/idlefw/src/framework/aicpsexecuteparam.cpp Wed Sep 01 12:22:09 2010 +0100 +++ b/idlefw/src/framework/aicpsexecuteparam.cpp Tue Sep 14 21:55:16 2010 +0300 @@ -201,7 +201,7 @@ // void CAiCpsExecuteParam::AddActionL(const TDesC8& aAction) { - iActions.Append(aAction.AllocL()); + iActions.AppendL(aAction.AllocL()); } // End of file