application/src/PodcastListView.cpp
branchnewlist
changeset 347 b8d687bb7ca1
parent 336 3d6c1417e8bd
child 348 bd7f3de17443
--- a/application/src/PodcastListView.cpp	Sat Nov 13 12:34:20 2010 +0000
+++ b/application/src/PodcastListView.cpp	Sat Nov 13 22:05:25 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");
 	}
 
@@ -227,10 +227,12 @@
 
 CPodcastListContainer::~CPodcastListContainer()
 {
+	DP("CPodcastListContainer::~CPodcastListContainer BEGIN");
 	iListboxLandscape->ItemDrawer()->ColumnData()->SetIconArray(NULL);
 	delete iListboxPortrait;
 	delete iListboxLandscape;
 	delete iBgContext;
+	DP("CPodcastListContainer::~CPodcastListContainer END");
 }
 
 void CPodcastListContainer::SetEmptyText(const TDesC &aText)