application/src/PodcastListView.cpp
changeset 111 ffa983aa9d7f
parent 93 c2f1ea38ec70
child 114 f94dbd678dda
--- 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)