diff -r 5315654608de -r 08c6ee43b396 idlehomescreen/xmluicontroller/src/texttransactionelement.cpp --- a/idlehomescreen/xmluicontroller/src/texttransactionelement.cpp Thu Jan 07 12:39:41 2010 +0200 +++ b/idlehomescreen/xmluicontroller/src/texttransactionelement.cpp Mon Jan 18 20:10:36 2010 +0200 @@ -145,7 +145,7 @@ CXnNodeAppIf& target = Target(); // Set the label of the softkey CXnDomPropertyValue* propertyValue = - CXnDomPropertyValue::NewL( target.UiEngineL()->StringPool() ); + CXnDomPropertyValue::NewL( &target.UiEngineL()->StringPool() ); CleanupStack::PushL( propertyValue );