application/src/PodcastFeedView.cpp
branchRCL_3
changeset 323 0bd524909716
parent 320 e3ec8e436951
child 328 75a70f4a4f6d
--- 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;