calendarui/commonutils/src/calencustomnavilabel.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 78 356f28cd5ca0
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
    70     
    70     
    71 // ----------------------------------------------------------------------------
    71 // ----------------------------------------------------------------------------
    72 // CCustomNaviControl::SetCalendarNameAndColor
    72 // CCustomNaviControl::SetCalendarNameAndColor
    73 // Sets the Calendar name and Color.
    73 // Sets the Calendar name and Color.
    74 // ----------------------------------------------------------------------------    
    74 // ----------------------------------------------------------------------------    
    75 void CCustomNaviControl::SetCalendarNameAndColorL(const TDesC& aName, const TRgb aColor)
    75 void CCustomNaviControl::SetCalendarNameAndColor(const TDesC& aName, const TRgb aColor)
    76     {
    76     {
    77     TRACE_ENTRY_POINT;
    77     TRACE_ENTRY_POINT;
    78     delete iCalendarName;
    78     delete iCalendarName;
    79     iCalendarColor = aColor;
    79     iCalendarColor = aColor;
    80     iCalendarName = aName.AllocL();
    80     iCalendarName = aName.AllocL();