calendarui/views/src/calenmissedalarmsview.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 27 55d60436f00b
child 60 96907930389d
--- a/calendarui/views/src/calenmissedalarmsview.cpp	Wed Jun 09 09:40:23 2010 +0300
+++ b/calendarui/views/src/calenmissedalarmsview.cpp	Mon Jun 21 15:38:59 2010 +0300
@@ -246,8 +246,9 @@
         case ECalenCmdGotoCalendar:            
             {
             iHighlightedRowNumber = 0;
+            iServices.IssueNotificationL(ECalenNotifyClearMissedAlarms);
 			iServices.IssueCommandL(aCommand);
-            }
+			}
             break;
         case EAknSoftkeyBack:
         case EAknSoftkeyClose:
@@ -258,7 +259,7 @@
             break;
         case EAknSoftkeyExit:
             {
-         
+            iServices.IssueNotificationL(ECalenNotifyClearMissedAlarms);
             CCalenNativeView::HandleCommandL(aCommand);
             }
             break;