calendarui/commonutils/src/CalenStatusPaneUtilsImpl.cpp
branchRCL_3
changeset 36 9c5b1510919f
parent 0 f979ecb2b13e
child 48 bf573002ff72
equal deleted inserted replaced
30:d68a4b5d5885 36:9c5b1510919f
    67 //
    67 //
    68 void CCalenStatusPaneUtilsImpl::HideNaviPane()
    68 void CCalenStatusPaneUtilsImpl::HideNaviPane()
    69     {
    69     {
    70     TRACE_ENTRY_POINT;
    70     TRACE_ENTRY_POINT;
    71     
    71     
    72     if( iNaviLabel != NULL )
    72     if( ( iNaviLabel != NULL ) && ( iNaviContainer->Top() == iNaviLabel ) )
    73         {
    73         {
    74         iNaviContainer->Pop( iNaviLabel );
    74         iNaviContainer->Pop( iNaviLabel );
    75         delete iNaviLabel;
    75         delete iNaviLabel;
    76         iNaviLabel = NULL;
    76         iNaviLabel = NULL;
    77         }
    77         }