application/src/PodcastQueueView.cpp
changeset 116 9d3b805af5ab
parent 114 f94dbd678dda
child 120 92eadaba67e6
equal deleted inserted replaced
115:d886725e4499 116:9d3b805af5ab
   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 			{