# HG changeset patch # User teknolog # Date 1278408882 -3600 # Node ID 6477d22a5dca76c6307d72a3d6e0033f8af32faa # Parent 48cdb40709e76b4d0e8e3cd9094e84faddd86918 Merging KTV's patch for bug 3053/3056 diff -r 48cdb40709e7 -r 6477d22a5dca application/src/PodcastListView.cpp --- a/application/src/PodcastListView.cpp Mon Jul 05 12:32:22 2010 +0100 +++ b/application/src/PodcastListView.cpp Tue Jul 06 10:34:42 2010 +0100 @@ -99,14 +99,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)