phonebookui/Phonebook2/ServerApplication/src/CPbk2ServerAppAppUi.cpp
branchRCL_3
changeset 35 4ae315f230bc
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
32:2828b4d142c0 35:4ae315f230bc
   101     document->CreateGlobalsL();
   101     document->CreateGlobalsL();
   102 
   102 
   103     // Make sure that we are using empty statuspane layout
   103     // Make sure that we are using empty statuspane layout
   104     ChangeStatuspaneLayoutL( CPbk2ServerAppAppUi::EStatusPaneLayoutEmpty );
   104     ChangeStatuspaneLayoutL( CPbk2ServerAppAppUi::EStatusPaneLayoutEmpty );
   105     
   105     
       
   106     CEikStatusPane* statusPane = StatusPane();
       
   107     if (statusPane && statusPane->PaneCapabilities(
       
   108         TUid::Uid(EEikStatusPaneUidTitle)).IsPresent())
       
   109         {
       
   110         CAknTitlePane* titlePane = static_cast<CAknTitlePane*>
       
   111             (statusPane->ControlL(TUid::Uid(EEikStatusPaneUidTitle)));
       
   112         if (titlePane->Text())
       
   113             {            
       
   114             titlePane->SetTextL(KNullDesC);
       
   115             }
       
   116         }
       
   117     
   106     }
   118     }
   107 
   119 
   108 // --------------------------------------------------------------------------
   120 // --------------------------------------------------------------------------
   109 // CPbk2ServerAppAppUi::StoreManager
   121 // CPbk2ServerAppAppUi::StoreManager
   110 // --------------------------------------------------------------------------
   122 // --------------------------------------------------------------------------