equal
deleted
inserted
replaced
568 HandleDeleteShow(); |
568 HandleDeleteShow(); |
569 break; |
569 break; |
570 case EPodcastDownloadShow: |
570 case EPodcastDownloadShow: |
571 { |
571 { |
572 TInt index = iListContainer->Listbox()->CurrentItemIndex(); |
572 TInt index = iListContainer->Listbox()->CurrentItemIndex(); |
|
573 |
573 if (index >= 0 && index < iPodcastModel.ActiveShowList().Count()) |
574 if (index >= 0 && index < iPodcastModel.ActiveShowList().Count()) |
574 { |
575 { |
575 iPodcastModel.ShowEngine().AddDownloadL(*iPodcastModel.ActiveShowList()[index]); |
576 iPodcastModel.ShowEngine().AddDownloadL(*iPodcastModel.ActiveShowList()[index]); |
576 UpdateShowItemL(iPodcastModel.ActiveShowList()[index]->Uid(),-1); |
577 UpdateShowItemL(iPodcastModel.ActiveShowList()[index]->Uid(),-1); |
577 } |
578 } |