application/src/PodcastQueueView.cpp
branchsymbian1
changeset 169 9c77455964f8
parent 164 000f9fc147b2
child 173 8466fe8528b6
equal deleted inserted replaced
167:4bfc2fcec5f6 169:9c77455964f8
   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 			{