--- a/phonebookui/Phonebook2/ServerApplication/src/CPbk2ServerAppAppUi.cpp Tue May 11 16:00:21 2010 +0300
+++ b/phonebookui/Phonebook2/ServerApplication/src/CPbk2ServerAppAppUi.cpp Tue May 25 12:26:45 2010 +0300
@@ -103,6 +103,18 @@
// Make sure that we are using empty statuspane layout
ChangeStatuspaneLayoutL( CPbk2ServerAppAppUi::EStatusPaneLayoutEmpty );
+ CEikStatusPane* statusPane = StatusPane();
+ if (statusPane && statusPane->PaneCapabilities(
+ TUid::Uid(EEikStatusPaneUidTitle)).IsPresent())
+ {
+ CAknTitlePane* titlePane = static_cast<CAknTitlePane*>
+ (statusPane->ControlL(TUid::Uid(EEikStatusPaneUidTitle)));
+ if (titlePane->Text())
+ {
+ titlePane->SetTextL(KNullDesC);
+ }
+ }
+
}
// --------------------------------------------------------------------------