diff -r 55d60436f00b -r d68a4b5d5885 calendarui/controller/src/calencmdlinelauncher.cpp --- 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;