calendarui/views/src/calendaycontainer.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
--- a/calendarui/views/src/calendaycontainer.cpp	Wed Sep 01 12:32:31 2010 +0100
+++ b/calendarui/views/src/calendaycontainer.cpp	Tue Sep 14 21:17:03 2010 +0300
@@ -1466,7 +1466,7 @@
         {
         return;
         }
-    if(iView->IsEventViewLaunchedFromAlarm())
+    if(iView->IsCalenLaunchedFromExtApp())
         {
         return;
         }
@@ -1760,6 +1760,7 @@
     UpdateStatusPaneAndExtensionsL();
 	// Hide/unhide "today" toolbar item based on the focused day
     UpdateTodayToolbarItemL();
+    iView->SetTapIgnore(EFalse);
     DrawNow();
     TRACE_EXIT_POINT;
     }