--- 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;