Merging KTV's patch for bug 3053/3056 symbian1
authorteknolog
Tue, 06 Jul 2010 10:34:42 +0100
branchsymbian1
changeset 160 6477d22a5dca
parent 156 48cdb40709e7
child 161 ce4f70a6d1d2
Merging KTV's patch for bug 3053/3056
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)