diff -r 4ec84fbc7b27 -r ffa983aa9d7f application/src/PodcastListView.cpp --- a/application/src/PodcastListView.cpp Mon Jul 05 12:25:54 2010 +0100 +++ b/application/src/PodcastListView.cpp Mon Jul 05 22:18:13 2010 +0100 @@ -97,14 +97,16 @@ void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected) { + DP("CPodcastListContainer::SetLongTapDetectedL BEGIN"); iLongTapDetected = aLongTapDetected; if (aLongTapDetected == EFalse) { TPointerEvent event; event.iType = TPointerEvent::EButton1Up; - CCoeControl::HandlePointerEventL(event); + //CCoeControl::HandlePointerEventL(event); } + DP("CPodcastListContainer::SetLongTapDetectedL END"); } void CPodcastListContainer::HandleResourceChange(TInt aType)