equal
deleted
inserted
replaced
309 default: |
309 default: |
310 AppUi()->HandleCommandL(aCommand); |
310 AppUi()->HandleCommandL(aCommand); |
311 } |
311 } |
312 } |
312 } |
313 |
313 |
|
314 TBool CPodcastListView::IsVisible() |
|
315 { |
|
316 return iListContainer->IsVisible(); |
|
317 } |
314 |
318 |
315 void CPodcastListView::RunAboutDialogL() |
319 void CPodcastListView::RunAboutDialogL() |
316 { |
320 { |
317 CAknNoteDialog* dlg = new(ELeave) CAknNoteDialog(); |
321 CAknNoteDialog* dlg = new(ELeave) CAknNoteDialog(); |
318 dlg->ExecuteLD(R_DLG_ABOUT); |
322 dlg->ExecuteLD(R_DLG_ABOUT); |