calendarui/controller/src/calennotifier.cpp
branchRCL_3
changeset 15 9711e452b5e9
parent 14 21239b3bcd78
child 16 55d60436f00b
--- a/calendarui/controller/src/calennotifier.cpp	Wed Apr 14 15:55:57 2010 +0300
+++ b/calendarui/controller/src/calennotifier.cpp	Tue Apr 27 16:36:22 2010 +0300
@@ -639,7 +639,10 @@
         );
 
         // Exit application
-        iAvkonAppUi->Exit();
+        if (iAvkonAppUi)
+            {
+            iAvkonAppUi->Exit();
+            }
         }
 
     TRACE_EXIT_POINT;