# HG changeset patch # User teknolog # Date 1278364693 -3600 # Node ID ffa983aa9d7f591d03bf6400bec18d11ca48e0f8 # Parent 4ec84fbc7b2711b8c9b166c4bf281d338deaa7f1 Merging KTV's patch for bug 3053/3056 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)