--- a/application/src/PodcastListView.cpp Sun Feb 28 11:25:17 2010 +0000
+++ b/application/src/PodcastListView.cpp Sun Feb 28 12:06:30 2010 +0000
@@ -73,6 +73,14 @@
iListbox->SetSize(aRect.Size());
iListbox->MakeVisible(ETrue);
MakeVisible(EFalse);
+
+
+//#ifndef SYMBIAN1_UI
+// TInt flags = iListbox->View()->ItemDrawer()->Flags();
+// flags |= CListItemDrawer::EDisableHighlight;
+// iListbox->ItemDrawer()->SetFlags(flags);
+//#endif
+//
// Activate the window, which makes it ready to be drawn
ActivateL();
@@ -189,6 +197,7 @@
iLongTapDetector = CAknLongTapDetector::NewL(this);
iListContainer->SetPointerListener(this);
iListContainer->SetKeyEventListener(this);
+
DP("CPodcastListView::ConstructL END");
}