calendarui/application/src/calenserviceprovider.cpp
changeset 75 7ac58b2aae6f
parent 57 bb2d3e476f29
--- a/calendarui/application/src/calenserviceprovider.cpp	Mon Sep 06 15:58:44 2010 +0530
+++ b/calendarui/application/src/calenserviceprovider.cpp	Mon Sep 20 12:44:39 2010 +0530
@@ -48,6 +48,10 @@
 			// Launch the agenda view
 			mController->handleServiceManagerSlot(ECalenAgendaView, date);
 			break;
+		case CalenLauncher::DayView:
+	    // Launch the day view
+	    mController->handleServiceManagerSlot(ECalenDayView, date);
+	    break;
 		default:
 			// Keep Quiet
 			break;