equal
deleted
inserted
replaced
312 { |
312 { |
313 iPodcastModel.ShowEngine().ResumeDownloadsL(); |
313 iPodcastModel.ShowEngine().ResumeDownloadsL(); |
314 } |
314 } |
315 |
315 |
316 UpdateListboxItemsL(); |
316 UpdateListboxItemsL(); |
317 iListContainer->Listbox()->SetCurrentItemIndex(index + 1); |
317 if (index < iPodcastModel.ActiveShowList().Count() -1) |
|
318 iListContainer->Listbox()->SetCurrentItemIndex(index + 1); |
318 } |
319 } |
319 break; |
320 break; |
320 case EPodcastSuspendDownloads: |
321 case EPodcastSuspendDownloads: |
321 { |
322 { |
322 iDontUpdateList = ETrue; |
323 iDontUpdateList = ETrue; |