equal
deleted
inserted
replaced
864 TTime today = CalenDateUtils::Today(); |
864 TTime today = CalenDateUtils::Today(); |
865 TDateTime todayDateTime = today.DateTime(); |
865 TDateTime todayDateTime = today.DateTime(); |
866 TBool hideItem(EFalse); |
866 TBool hideItem(EFalse); |
867 if( currentFocusedDayTime.Day() == todayDateTime.Day() |
867 if( currentFocusedDayTime.Day() == todayDateTime.Day() |
868 && currentFocusedDayTime.Month() == todayDateTime.Month() |
868 && currentFocusedDayTime.Month() == todayDateTime.Month() |
869 && currentFocusedDayTime.Year() == todayDateTime.Year() |
869 && currentFocusedDayTime.Year() == todayDateTime.Year() ) |
870 && iView->Id() == KUidCalenDayView ) |
|
871 { |
870 { |
872 hideItem = ETrue; |
871 hideItem = ETrue; |
873 } |
872 } |
874 MCalenToolbar* toolbar = iServices.ToolbarOrNull(); |
873 MCalenToolbar* toolbar = iServices.ToolbarOrNull(); |
875 if(toolbar) |
874 if(toolbar) |