--- a/application/src/PodcastQueueView.cpp Sat Oct 23 17:30:22 2010 +0100
+++ b/application/src/PodcastQueueView.cpp Sat Nov 13 13:54:36 2010 +0000
@@ -61,8 +61,6 @@
CPodcastListView::ConstructL();
CreateIconsL();
-
- iListContainer->Listbox()->SetListBoxObserver(this);
iPodcastModel.FeedEngine().AddObserver(this);
iPodcastModel.ShowEngine().AddObserver(this);
@@ -142,6 +140,7 @@
void CPodcastQueueView::UpdateListboxItemsL()
{
+ DP("CPodcastQueueView::UpdateListboxItemsL BEGIN");
if (iListContainer->IsVisible() && !iDontUpdateList)
{
TListItemProperties itemProps;
@@ -208,6 +207,7 @@
}
}
}
+ DP("CPodcastQueueView::UpdateListboxItemsL END");
}
/**
@@ -314,6 +314,11 @@
UpdateListboxItemsL();
}
break;
+ case EPodcastShowInfo:
+ {
+ DisplayShowInfoDialogL();
+ }
+ break;
default:
CPodcastListView::HandleCommandL(aCommand);
break;