idlehomescreen/widgetmanager/inc/wmwidgetdata.inl
branchRCL_3
changeset 9 f966699dea19
parent 2 08c6ee43b396
child 30 b8fae6b8a148
--- a/idlehomescreen/widgetmanager/inc/wmwidgetdata.inl	Tue Feb 02 00:04:13 2010 +0200
+++ b/idlehomescreen/widgetmanager/inc/wmwidgetdata.inl	Fri Feb 19 22:42:37 2010 +0200
@@ -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;
         }