application/src/PodcastQueueView.cpp
branchsymbian1
changeset 373 f5de49b27caf
parent 359 16cc6373c043
equal deleted inserted replaced
372:ad9eb3eed056 373:f5de49b27caf
   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");