equal
deleted
inserted
replaced
271 if(resumeAfterMove) |
271 if(resumeAfterMove) |
272 { |
272 { |
273 iPodcastModel.ShowEngine().ResumeDownloadsL(); |
273 iPodcastModel.ShowEngine().ResumeDownloadsL(); |
274 } |
274 } |
275 |
275 |
|
276 iListContainer->Listbox()->SetCurrentItemIndex(index - 1); |
276 UpdateListboxItemsL(); |
277 UpdateListboxItemsL(); |
277 } |
278 } |
278 break; |
279 break; |
279 case EPodcastMoveDownloadDown: |
280 case EPodcastMoveDownloadDown: |
280 { |
281 { |
294 if(resumeAfterMove) |
295 if(resumeAfterMove) |
295 { |
296 { |
296 iPodcastModel.ShowEngine().ResumeDownloadsL(); |
297 iPodcastModel.ShowEngine().ResumeDownloadsL(); |
297 } |
298 } |
298 |
299 |
|
300 iListContainer->Listbox()->SetCurrentItemIndex(index - 1); |
299 UpdateListboxItemsL(); |
301 UpdateListboxItemsL(); |
300 } |
302 } |
301 break; |
303 break; |
302 case EPodcastSuspendDownloads: |
304 case EPodcastSuspendDownloads: |
303 { |
305 { |