equal
deleted
inserted
replaced
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 { |