diff -r a5e419ee2bb3 -r 31f9864a37ac application/src/PodcastListView.cpp --- a/application/src/PodcastListView.cpp Mon Nov 15 17:32:00 2010 +0000 +++ b/application/src/PodcastListView.cpp Mon Nov 15 20:54:27 2010 +0000 @@ -128,14 +128,14 @@ void CPodcastListContainer::SetLongTapDetectedL(TBool aLongTapDetected) { DP("CPodcastListContainer::SetLongTapDetectedL BEGIN"); -// iLongTapDetected = aLongTapDetected; -// -// if (aLongTapDetected == EFalse) -// { -// TPointerEvent event; -// event.iType = TPointerEvent::EButton1Up; -// //CCoeControl::HandlePointerEventL(event); -// } + iLongTapDetected = aLongTapDetected; + + if (aLongTapDetected == EFalse) + { + TPointerEvent event; + event.iType = TPointerEvent::EButton1Up; + //CCoeControl::HandlePointerEventL(event); + } DP("CPodcastListContainer::SetLongTapDetectedL END"); }