diff -r bd7edf625bdd -r 97232defd20e calendarui/views/src/calennativeview.cpp --- a/calendarui/views/src/calennativeview.cpp Wed Sep 01 12:32:31 2010 +0100 +++ b/calendarui/views/src/calennativeview.cpp Tue Sep 14 21:17:03 2010 +0300 @@ -708,7 +708,8 @@ notificationArray.Append(ECalenNotifyDeleteFailed); notificationArray.Append(ECalenNotifyEntryDeleted); notificationArray.Append(ECalenNotifyResourceChanged); - notificationArray.Append(ECalenNotifyEventViewLaunchedFromAlarm); + notificationArray.Append(ECalenNotifyCalenLaunchedFromExtApp); + iServices.RegisterForNotificationsL( this,notificationArray); @@ -1079,7 +1080,7 @@ PIM_TRAPD_HANDLE( OnLocaleChangedL( EChangesSystemTime ) ); } break; - case ECalenNotifyEventViewLaunchedFromAlarm: + case ECalenNotifyCalenLaunchedFromExtApp: { SetTapIgnore(ETrue); } @@ -1361,11 +1362,11 @@ } // ---------------------------------------------------------------------------- -// CCalenNativeView::IsEventViewLaunchedFromAlarm +// CCalenNativeView::IsCalenLaunchedFromExtApp // other details are commented in the header // ---------------------------------------------------------------------------- // -TBool CCalenNativeView::IsEventViewLaunchedFromAlarm() +TBool CCalenNativeView::IsCalenLaunchedFromExtApp() { TRACE_ENTRY_POINT; return iIgnoreTap;