application/src/PodcastSearchView.cpp
changeset 11 f6c975c3b702
parent 7 a7a43293ae56
child 13 f58e3c482bd9
equal deleted inserted replaced
10:121100939521 11:f6c975c3b702
   145 {
   145 {
   146 	CPodcastListView::DoDeactivate();
   146 	CPodcastListView::DoDeactivate();
   147 	CAknTitlePane* titlePane = static_cast<CAknTitlePane*>
   147 	CAknTitlePane* titlePane = static_cast<CAknTitlePane*>
   148 		     ( StatusPane()->ControlL( TUid::Uid( EEikStatusPaneUidTitle ) ) );
   148 		     ( StatusPane()->ControlL( TUid::Uid( EEikStatusPaneUidTitle ) ) );
   149 	titlePane->SetTextToDefaultL();
   149 	titlePane->SetTextToDefaultL();
       
   150 	((CPodcastAppUi*)AppUi())->SetTabsVisibleL(ETrue);
   150 }
   151 }
   151 
   152 
   152 
   153 
   153 void CPodcastSearchView::HandleListBoxEventL(CEikListBox* /* aListBox */, TListBoxEvent aEventType)
   154 void CPodcastSearchView::HandleListBoxEventL(CEikListBox* /* aListBox */, TListBoxEvent aEventType)
   154 {
   155 {