diff -r aba12c885d83 -r 96907930389d calendarui/views/src/calenweekcontainer.cpp --- a/calendarui/views/src/calenweekcontainer.cpp Thu Jul 15 18:37:27 2010 +0300 +++ b/calendarui/views/src/calenweekcontainer.cpp Thu Aug 19 09:53:43 2010 +0300 @@ -2197,6 +2197,10 @@ if(AknLayoutUtils::PenEnabled()) { + if(iView->IsEventViewLaunchedFromAlarm()) + { + return; + } TInt pointerIndex(-1); TInt oldRow(0); TInt oldColumn(0);