diff -r c743ef5928ba -r f966699dea19 idlehomescreen/widgetmanager/inc/wmwidgetdata.h --- a/idlehomescreen/widgetmanager/inc/wmwidgetdata.h Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmwidgetdata.h Fri Feb 19 22:42:37 2010 +0200 @@ -174,6 +174,9 @@ const CWmWidgetData& aDataTwo ); public: // methods to read the content + + /** Mdcapoint for listbox("\t0widget name") */ + const TDesC& MdcaPoint() const; /** the HsContent info */ inline CHsContentInfo& HsContentInfo(); @@ -262,7 +265,10 @@ /** persistent order of widgets (used in sorting) */ const CWmPersistentWidgetOrder* iPersistentWidgetOrder; - + + /** "0\t" + widget name for listbox*/ + HBufC* iMdcaPoint; + /** wrt widget publisher uid */ TUid iPublisherUid;