Merging KTV's patch for bug 3053/3056
authorteknolog
Mon, 05 Jul 2010 22:18:13 +0100
changeset 111 ffa983aa9d7f
parent 110 4ec84fbc7b27
child 112 004508c4f714
Merging KTV's patch for bug 3053/3056
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)