--- a/application/src/PodcastFeedView.cpp Sun Oct 31 14:24:15 2010 +0000
+++ b/application/src/PodcastFeedView.cpp Sun Oct 31 14:40:31 2010 +0000
@@ -159,12 +159,16 @@
//iListContainer->Listbox()->ItemDrawer()->SetPropertiesL(aIndex, itemProps);
// If item is visible, redraw it
if (iListContainer->Listbox()->TopItemIndex() <= aIndex
- && iListContainer->Listbox()->BottomItemIndex() >= aIndex)
+ && iListContainer->Listbox()->BottomItemIndex() > aIndex)
{
iListContainer->Listbox()->DrawItem(aIndex);
}
}
+void CPodcastFeedView::UpdateItemsComplete()
+ {
+ }
+
TUid CPodcastFeedView::Id() const
{
return KUidPodcastFeedViewID;