application/src/PodcastShowsView.cpp
branchnewlist
changeset 348 bd7f3de17443
parent 347 b8d687bb7ca1
child 350 9c4fd008e20f
equal deleted inserted replaced
347:b8d687bb7ca1 348:bd7f3de17443
   661 			break;
   661 			break;
   662 		case EPodcastShowInfo:
   662 		case EPodcastShowInfo:
   663 			{
   663 			{
   664 			DisplayShowInfoDialogL();
   664 			DisplayShowInfoDialogL();
   665 			}break;
   665 			}break;
   666 		case EPodcastFilterShowsAll:
       
   667 			iPodcastModel.ShowEngine().SetShowFilter(EAllShows);
       
   668 			UpdateListboxItemsL();
       
   669 			break;
       
   670 		case EPodcastFilterShowsDownloaded:
       
   671 			iPodcastModel.ShowEngine().SetShowFilter(EDownloadedShows);
       
   672 			UpdateListboxItemsL();
       
   673 			break;			
       
   674 		case EPodcastFilterShowsNew:
       
   675 			iPodcastModel.ShowEngine().SetShowFilter(ENewShows);
       
   676 			UpdateListboxItemsL();
       
   677 			break;
       
   678 		case EPodcastFilterShowsNewAndDownloaded:
       
   679 			iPodcastModel.ShowEngine().SetShowFilter(ENewAndDownloadedShows);
       
   680 			UpdateListboxItemsL();
       
   681 			break;	
       
   682 		default:
   666 		default:
   683 			CPodcastListView::HandleCommandL(aCommand);
   667 			CPodcastListView::HandleCommandL(aCommand);
   684 			break;
   668 			break;
   685 		}
   669 		}
   686 	iListContainer->SetLongTapDetectedL(EFalse);
   670 	iListContainer->SetLongTapDetectedL(EFalse);