idlehomescreen/xmluicontroller/src/texttransactionelement.cpp
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
1:5315654608de 2:08c6ee43b396
   143     else if ( type == XnPropertyNames::softkey::KNodeName)
   143     else if ( type == XnPropertyNames::softkey::KNodeName)
   144         {
   144         {
   145         CXnNodeAppIf& target = Target();
   145         CXnNodeAppIf& target = Target();
   146         // Set the label of the softkey
   146         // Set the label of the softkey
   147         CXnDomPropertyValue* propertyValue =
   147         CXnDomPropertyValue* propertyValue =
   148             CXnDomPropertyValue::NewL( target.UiEngineL()->StringPool() );
   148             CXnDomPropertyValue::NewL( &target.UiEngineL()->StringPool() );
   149     
   149     
   150         CleanupStack::PushL( propertyValue );
   150         CleanupStack::PushL( propertyValue );
   151     
   151     
   152         // Convert unicode to UTF-8
   152         // Convert unicode to UTF-8
   153         HBufC8* textBuf = NULL;
   153         HBufC8* textBuf = NULL;