clock2/clockui/uilayer/clockalarmeditor/src/clockalarmeditorimpl.cpp
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 27 55d60436f00b
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
   545         }
   545         }
   546         
   546         
   547     // Execute the following commands if the resource belongs to alarmeditor.
   547     // Execute the following commands if the resource belongs to alarmeditor.
   548     // Display the menu items based on the current focused control.
   548     // Display the menu items based on the current focused control.
   549     if( ( EControlTextEditor == iSelectedControl ) ||
   549     if( ( EControlTextEditor == iSelectedControl ) ||
   550         ( EControlTimeEditor == iSelectedControl ) )
   550         ( EControlTimeEditor == iSelectedControl ) ||
       
   551         ( EControlOccurancePopup == iSelectedControl ) ||
       
   552         ( EControlAlarmDayPopup == iSelectedControl ) )
   551         {
   553         {
   552         aMenuPane->SetItemDimmed( EClockAlarmChange, ETrue );
   554         aMenuPane->SetItemDimmed( EClockAlarmChange, ETrue );
   553         }
   555         }
   554     
   556     
   555     // Do not show Delete option when editing an alarm.
   557     // Do not show Delete option when editing an alarm.