idlehomescreen/widgetmanager/inc/wmcommon.h
branchRCL_3
changeset 93 b01126ce0bec
parent 83 5456b4e8b3a8
child 102 ba63c83f4716
--- a/idlehomescreen/widgetmanager/inc/wmcommon.h	Tue Sep 14 20:58:58 2010 +0300
+++ b/idlehomescreen/widgetmanager/inc/wmcommon.h	Wed Sep 15 12:00:00 2010 +0300
@@ -35,12 +35,9 @@
 // UI component ID's
 enum TWmUiControlIds
     {
-    EPortalOne = 0x1,
-    EPortalTwo,
-    ELastPortal,
-    EWidgetsList,
+    EWidgetsList = 0x1,
     EFindBox,
-    EMaximumWidgets = 0xC8
+    ELastCtrl
     };
 
 #endif //WMCOMMON_H