diff -r c743ef5928ba -r f966699dea19 idlehomescreen/widgetmanager/inc/wmwidgetdata.inl --- 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; }