diff -r b01126ce0bec -r ba63c83f4716 idlehomescreen/widgetmanager/inc/wmcommon.h --- a/idlehomescreen/widgetmanager/inc/wmcommon.h Wed Sep 15 12:00:00 2010 +0300 +++ b/idlehomescreen/widgetmanager/inc/wmcommon.h Wed Oct 13 14:18:30 2010 +0300 @@ -35,9 +35,12 @@ // UI component ID's enum TWmUiControlIds { - EWidgetsList = 0x1, + EPortalOne = 0x1, + EPortalTwo, + ELastPortal, + EWidgetsList, EFindBox, - ELastCtrl + EMaximumWidgets = 0xC8 }; #endif //WMCOMMON_H