diff -r b048e15729d6 -r 36d60d12b4af creator/engine/src/creator_scriptelement.cpp --- a/creator/engine/src/creator_scriptelement.cpp Fri Sep 03 17:11:21 2010 +0300 +++ b/creator/engine/src/creator_scriptelement.cpp Fri Sep 17 14:22:55 2010 +0300 @@ -208,7 +208,7 @@ } else if( aIndex < iSubElements.Count()) { - iSubElements.Insert(aElem, aIndex); + iSubElements.InsertL(aElem, aIndex); } else { @@ -254,7 +254,7 @@ } else if( aIndex < iAttributes.Count()) { - iAttributes.Insert(aAttribute, aIndex); + iAttributes.InsertL(aAttribute, aIndex); } else {