equal
deleted
inserted
replaced
881 |
881 |
882 |
882 |
883 iSPUtils->RefreshStatusPane(); |
883 iSPUtils->RefreshStatusPane(); |
884 TRACE_EXIT_POINT; |
884 TRACE_EXIT_POINT; |
885 } |
885 } |
|
886 |
|
887 // ---------------------------------------------------------------------------- |
|
888 // CCalenEventView::HideNaviPane |
|
889 // Hides the navi pane |
|
890 // (other items were commented in a header). |
|
891 // ---------------------------------------------------------------------------- |
|
892 // |
|
893 void CCalenEventView::HideNaviPane() |
|
894 { |
|
895 TRACE_ENTRY_POINT; |
|
896 if (!iAvkonAppUi->IsDisplayingMenuOrDialog()) |
|
897 { |
|
898 iSPUtils->HideNaviPane(); |
|
899 } |
|
900 TRACE_EXIT_POINT; |
|
901 } |
|
902 |
886 //end of file |
903 //end of file |
|
904 |