clock2/clockui/uilayer/clockalarmeditor/src/clockalarmeditorimpl.cpp
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 27 55d60436f00b
--- a/clock2/clockui/uilayer/clockalarmeditor/src/clockalarmeditorimpl.cpp	Fri Feb 19 22:49:53 2010 +0200
+++ b/clock2/clockui/uilayer/clockalarmeditor/src/clockalarmeditorimpl.cpp	Fri Mar 12 15:42:35 2010 +0200
@@ -547,7 +547,9 @@
     // Execute the following commands if the resource belongs to alarmeditor.
     // Display the menu items based on the current focused control.
     if( ( EControlTextEditor == iSelectedControl ) ||
-        ( EControlTimeEditor == iSelectedControl ) )
+        ( EControlTimeEditor == iSelectedControl ) ||
+        ( EControlOccurancePopup == iSelectedControl ) ||
+        ( EControlAlarmDayPopup == iSelectedControl ) )
         {
         aMenuPane->SetItemDimmed( EClockAlarmChange, ETrue );
         }