idlehomescreen/xmluicontroller/src/databuffertransactionelement.cpp
changeset 2 08c6ee43b396
parent 0 f72a12da539e
child 26 1b758917cafc
--- a/idlehomescreen/xmluicontroller/src/databuffertransactionelement.cpp	Thu Jan 07 12:39:41 2010 +0200
+++ b/idlehomescreen/xmluicontroller/src/databuffertransactionelement.cpp	Mon Jan 18 20:10:36 2010 +0200
@@ -145,7 +145,7 @@
         
         // Create new new label attribute value
         CXnDomPropertyValue* propertyValue =
-            CXnDomPropertyValue::NewL( target.UiEngineL()->StringPool() );
+            CXnDomPropertyValue::NewL( &target.UiEngineL()->StringPool() );
     
         CleanupStack::PushL( propertyValue );
     
@@ -178,16 +178,6 @@
         User::LeaveIfError( AiUtility::ParseInt( volume, iNewData ) );
         volumeControl->SetValue( volume );
         }
-    else if ( type == XnNewstickerInterface::MXnNewstickerInterface::Type() )
-        {
-        // Get newsticker interface
-        XnNewstickerInterface::MXnNewstickerInterface* newsTicker = NULL;
-        XnComponentInterface::MakeInterfaceL( newsTicker, Target() );
-        LeaveIfNull( newsTicker, KErrNotSupported );
-        
-        // Append new SVG title
-        newsTicker->AppendSvgTitleL( iNewData );
-        }
     else
         {
         User::Leave( KErrNotSupported );