branch | RCL_3 |
changeset 118 | 8baec10861af |
parent 114 | a5a39a295112 |
child 130 | 67f2ed48ad91 |
--- 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