application/src/PodcastListView.cpp
branchnewlist
changeset 352 31f9864a37ac
parent 348 bd7f3de17443
child 355 075b3a49cb55
--- 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");
 	}