calendarui/controller/src/calencmdlinelauncher.cpp
branchRCL_3
changeset 30 d68a4b5d5885
parent 27 55d60436f00b
child 36 9c5b1510919f
--- a/calendarui/controller/src/calencmdlinelauncher.cpp	Tue May 11 16:12:24 2010 +0300
+++ b/calendarui/controller/src/calencmdlinelauncher.cpp	Tue May 25 12:41:10 2010 +0300
@@ -262,9 +262,11 @@
                 }
             else
                 {
-                iController.ViewManager().ActivateDefaultViewL( viewUid );
-                }
-            
+                iController.ViewManager().ActivateDefaultViewL( viewUid );                
+                // Comment the following line when the the calendar.exe file is removed
+                // from the startup list.
+                iController.ViewManager().ActivateLocalViewL(viewUid);                
+                }            
             }
             break;