application/src/PodcastFeedView.cpp
branchRCL_3
changeset 369 c683165bec63
parent 368 b131f7696342
--- a/application/src/PodcastFeedView.cpp	Tue Nov 16 10:26:34 2010 +0000
+++ b/application/src/PodcastFeedView.cpp	Tue Nov 16 13:05:42 2010 +0000
@@ -161,7 +161,7 @@
 	//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);
 		}