idlehomescreen/widgetmanager/inc/wmwidgetdata.inl
branchCompilerCompatibility
changeset 12 119a7c064f0f
parent 9 f966699dea19
child 30 b8fae6b8a148
--- a/idlehomescreen/widgetmanager/inc/wmwidgetdata.inl	Mon Mar 08 21:43:12 2010 +0000
+++ b/idlehomescreen/widgetmanager/inc/wmwidgetdata.inl	Sun Mar 14 13:08:57 2010 +0000
@@ -59,7 +59,6 @@
     inline void CWmWidgetData::SetValid( TBool aValid )
         { iValid = aValid; }
     
-    
     //From  RWidgetDataValues
     
     /** returns number of items in the pointer array */
@@ -70,7 +69,7 @@
     /** returns the pointed widget name */
     inline TPtrC16 RWidgetDataValues::MdcaPoint(TInt aIndex) const
         {
-        const TPtrC16 ptr( (*this)[aIndex]->Name() );
+        const TPtrC16 ptr( (*this)[aIndex]->MdcaPoint() );
         return ptr;
         }