diff -r 21239b3bcd78 -r 9711e452b5e9 calendarui/controller/src/calenservicesimpl.cpp --- a/calendarui/controller/src/calenservicesimpl.cpp Wed Apr 14 15:55:57 2010 +0300 +++ b/calendarui/controller/src/calenservicesimpl.cpp Tue Apr 27 16:36:22 2010 +0300 @@ -418,12 +418,12 @@ // (other items were commented in a header). // ---------------------------------------------------------------------------- // -CGulIcon* CCalenServicesImpl::GetIconL( MCalenServices::TCalenIcons aIndex ) +CGulIcon* CCalenServicesImpl::GetIconL( MCalenServices::TCalenIcons aIndex, const TInt aViewId ) { TRACE_ENTRY_POINT; TRACE_EXIT_POINT; - return iController->GetIconL( aIndex ); + return iController->GetIconL( aIndex, aViewId ); } // ----------------------------------------------------------------------------