calendarui/controller/src/caleneditingstate.cpp
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 89 b57382753122
--- a/calendarui/controller/src/caleneditingstate.cpp	Mon Jul 12 02:32:28 2010 +0530
+++ b/calendarui/controller/src/caleneditingstate.cpp	Mon Jul 26 13:54:38 2010 +0530
@@ -173,10 +173,10 @@
             }
             break;
         default:
-           CCalenState::HandleNotificationL( aNotification, aStateMachine );
-            break;
+        	iOutstandingNotifications.InsertL(aNotification);
+			break;
         }
-        
+    	
     OstTraceFunctionExit0( CCALENEDITINGSTATE_HANDLENOTIFICATIONL_EXIT );
     }