--- a/calendarui/views/src/caleneventview.cpp Thu Jul 15 18:37:27 2010 +0300
+++ b/calendarui/views/src/caleneventview.cpp Thu Aug 19 09:53:43 2010 +0300
@@ -883,4 +883,22 @@
iSPUtils->RefreshStatusPane();
TRACE_EXIT_POINT;
}
+
+// ----------------------------------------------------------------------------
+// CCalenEventView::HideNaviPane
+// Hides the navi pane
+// (other items were commented in a header).
+// ----------------------------------------------------------------------------
+//
+void CCalenEventView::HideNaviPane()
+ {
+ TRACE_ENTRY_POINT;
+ if (!iAvkonAppUi->IsDisplayingMenuOrDialog())
+ {
+ iSPUtils->HideNaviPane();
+ }
+ TRACE_EXIT_POINT;
+ }
+
//end of file
+