calendarui/views/src/calenmissedalarmsview.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 27 55d60436f00b
child 60 96907930389d
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
   244             }
   244             }
   245             break;
   245             break;
   246         case ECalenCmdGotoCalendar:            
   246         case ECalenCmdGotoCalendar:            
   247             {
   247             {
   248             iHighlightedRowNumber = 0;
   248             iHighlightedRowNumber = 0;
       
   249             iServices.IssueNotificationL(ECalenNotifyClearMissedAlarms);
   249 			iServices.IssueCommandL(aCommand);
   250 			iServices.IssueCommandL(aCommand);
   250             }
   251 			}
   251             break;
   252             break;
   252         case EAknSoftkeyBack:
   253         case EAknSoftkeyBack:
   253         case EAknSoftkeyClose:
   254         case EAknSoftkeyClose:
   254             {
   255             {
   255             iHighlightedRowNumber = 0;
   256             iHighlightedRowNumber = 0;
   256 			iServices.IssueNotificationL(ECalenNotifyMissedAlarmViewClosed);
   257 			iServices.IssueNotificationL(ECalenNotifyMissedAlarmViewClosed);
   257 			}
   258 			}
   258             break;
   259             break;
   259         case EAknSoftkeyExit:
   260         case EAknSoftkeyExit:
   260             {
   261             {
   261          
   262             iServices.IssueNotificationL(ECalenNotifyClearMissedAlarms);
   262             CCalenNativeView::HandleCommandL(aCommand);
   263             CCalenNativeView::HandleCommandL(aCommand);
   263             }
   264             }
   264             break;
   265             break;
   265         default:
   266         default:
   266             CCalenNativeView::HandleCommandL(aCommand);
   267             CCalenNativeView::HandleCommandL(aCommand);