diff -r 148c8716f7c0 -r 119a7c064f0f idlehomescreen/widgetmanager/inc/wmwidgetdata.inl --- 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; }