--- a/calendarui/views/src/calenmonthcontainer.cpp Tue May 25 12:41:10 2010 +0300
+++ b/calendarui/views/src/calenmonthcontainer.cpp Wed Jun 09 09:40:23 2010 +0300
@@ -1625,7 +1625,8 @@
TVwsViewId( KUidCalendar, KUidCalenMonthView ) );
SetActiveDayL( newActiveDay );
- iServices.IssueCommandL( ECalenWeekView );
+ //iServices.IssueCommandL( ECalenWeekView );
+ iServices.IssueCommandL( ECalenForwardsToWeekView );
}
}
@@ -1662,6 +1663,7 @@
CCoeControl* control( NULL );
if(aPointerEvent.iType == TPointerEvent::EButton1Down)
{
+ this->GenerateTactileFeedback(); //Tactile feedback.
control = iLayoutManager->ControlOrNull();
if(control)
{