diff -r 356f28cd5ca0 -r ed599363c2d7 calendarui/commonutils/src/CalenStatusPaneUtilsImpl.cpp --- a/calendarui/commonutils/src/CalenStatusPaneUtilsImpl.cpp Wed Sep 15 12:11:35 2010 +0300 +++ b/calendarui/commonutils/src/CalenStatusPaneUtilsImpl.cpp Wed Oct 13 14:30:35 2010 +0300 @@ -162,7 +162,7 @@ { CCoeControl* coeRes = iNaviLabel->DecoratedControl(); CCustomNaviControl *actualLabel = static_cast(coeRes); - actualLabel->SetCalendarNameAndColorL(aName, aColor); + actualLabel->SetCalendarNameAndColor(aName, aColor); actualLabel->DrawDeferred(); iNaviContainer->ReplaceL(*iNaviLabel, *iNaviLabel); }