equal
deleted
inserted
replaced
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) |