calendarui/views/src/calendayview.cpp
changeset 26 a949c2543c15
parent 23 fd30d51f876b
child 32 ea672fcb0ea0
--- a/calendarui/views/src/calendayview.cpp	Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/views/src/calendayview.cpp	Fri May 14 15:51:09 2010 +0300
@@ -111,7 +111,7 @@
     
     // Dont override the soft key behavior if day view is the first view
     if (ECalenDayView != mServices.getFirstView()) {
-		mSoftKeyAction = new HbAction(Hb::BackAction);
+		mSoftKeyAction = new HbAction(Hb::BackNaviAction);
 		setNavigationAction(mSoftKeyAction);
 		// Connect to the signal triggered by clicking on back button.
 		connect(mSoftKeyAction, SIGNAL(triggered()), this,
@@ -308,4 +308,14 @@
     mServices.IssueCommandL(ECalenMonthView);
 }
 
+// ----------------------------------------------------------------------------
+// CCalenDayView::clearListModel
+// clears the list model 
+// ----------------------------------------------------------------------------
+// 
+void CalenDayView::clearListModel()
+    {
+    mDayViewWidget->clearListModel();
+    }
+
 // End of file	--Don't remove this.