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