diff -r 21239b3bcd78 -r 9711e452b5e9 calendarui/controller/src/calencontroller.cpp --- a/calendarui/controller/src/calencontroller.cpp Wed Apr 14 15:55:57 2010 +0300 +++ b/calendarui/controller/src/calencontroller.cpp Tue Apr 27 16:36:22 2010 +0300 @@ -982,7 +982,7 @@ // Get icon of specific type // ---------------------------------------------------------------------------- // -CGulIcon* CCalenController::GetIconL( MCalenServices::TCalenIcons aIndex ) +CGulIcon* CCalenController::GetIconL( MCalenServices::TCalenIcons aIndex, const TInt aViewId ) { TRACE_ENTRY_POINT; @@ -993,7 +993,7 @@ } TRACE_EXIT_POINT; - return iViewManager->IconsL().GetIconL(aIndex); + return iViewManager->IconsL().GetIconL(aIndex,aViewId); } // ----------------------------------------------------------------------------