application/src/PodcastListView.cpp
changeset 48 f8fd68d71cfd
parent 33 64ed1227e68d
child 49 43e204e6ae2e
equal deleted inserted replaced
47:e5a309826d69 48:f8fd68d71cfd
   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);