diff -r c9d868f1e20c -r 1801340c26a2 uiacceltk/hitchcock/coretoolkit/src/HuiFxEffectParser.cpp --- a/uiacceltk/hitchcock/coretoolkit/src/HuiFxEffectParser.cpp Thu Jul 15 19:40:07 2010 +0300 +++ b/uiacceltk/hitchcock/coretoolkit/src/HuiFxEffectParser.cpp Thu Aug 19 10:48:02 2010 +0300 @@ -729,7 +729,7 @@ TReal32 time = ParseFloatAttributeL(aNode, KLitAt); TReal32 aux1 = ParseFloatAttributeL(aNode, KLitAux1, EFalse); TReal32 aux2 = ParseFloatAttributeL(aNode, KLitAux2, EFalse); - VALUE_TYPE value = ParseAnimationKeyFrameValueL(aNode->FirstChild(), aTimeLine); + VALUE_TYPE value = ParseAnimationKeyFrameValueL(aNode->FirstChild(), aTimeLine); TRAPD(err, aTimeLine.AppendKeyFrameL(time, value, aux1, aux2)); if (err != KErrNone) {