calendarui/views/src/calencontainer.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 66 bd7edf625bdd
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   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)