equal
deleted
inserted
replaced
398 TInt index = iListContainer->Listbox()->CurrentItemIndex(); |
398 TInt index = iListContainer->Listbox()->CurrentItemIndex(); |
399 CShowInfo *info = iPodcastModel.ActiveShowList()[index]; |
399 CShowInfo *info = iPodcastModel.ActiveShowList()[index]; |
400 |
400 |
401 iStylusPopupMenu->SetItemDimmed(EPodcastMarkAsPlayed, info->PlayState() != ENeverPlayed); |
401 iStylusPopupMenu->SetItemDimmed(EPodcastMarkAsPlayed, info->PlayState() != ENeverPlayed); |
402 iStylusPopupMenu->SetItemDimmed(EPodcastMarkAsUnplayed, info->PlayState() == ENeverPlayed); |
402 iStylusPopupMenu->SetItemDimmed(EPodcastMarkAsUnplayed, info->PlayState() == ENeverPlayed); |
403 |
|
404 iStylusPopupMenu->ShowMenu(); |
403 iStylusPopupMenu->ShowMenu(); |
405 iStylusPopupMenu->SetPosition(aPenEventLocation); |
404 iStylusPopupMenu->SetPosition(aPenEventLocation); |
406 } |
405 } |
407 |
406 |
408 DP("CPodcastQueueView::HandleLongTapEventL END"); |
407 DP("CPodcastQueueView::HandleLongTapEventL END"); |