application/src/PodcastQueueView.cpp
branchRCL_3
changeset 320 e3ec8e436951
parent 318 a231cc388498
child 367 4b75876aa85a
equal deleted inserted replaced
319:0ad6784f49b8 320:e3ec8e436951
   342 		
   342 		
   343 		TInt index = iListContainer->Listbox()->CurrentItemIndex();
   343 		TInt index = iListContainer->Listbox()->CurrentItemIndex();
   344 				
   344 				
   345 		if (index >= 0 && index < iPodcastModel.ActiveShowList().Count())
   345 		if (index >= 0 && index < iPodcastModel.ActiveShowList().Count())
   346 			{			
   346 			{			
   347 			CShowInfo* info = iPodcastModel.ActiveShowList()[index];
       
   348 			
       
   349 			aMenuPane->SetItemDimmed(EPodcastMoveDownloadDown, dimDown);
   347 			aMenuPane->SetItemDimmed(EPodcastMoveDownloadDown, dimDown);
   350 			aMenuPane->SetItemDimmed(EPodcastMoveDownloadUp, dimUp);
   348 			aMenuPane->SetItemDimmed(EPodcastMoveDownloadUp, dimUp);			
   351 			
       
   352 			}
   349 			}
   353 		}
   350 		}
   354 	}
   351 	}
   355 
   352 
   356 void CPodcastQueueView::UpdateToolbar(TBool aVisible)
   353 void CPodcastQueueView::UpdateToolbar(TBool aVisible)