application/src/PodcastFeedView.cpp
branchsymbian1
changeset 337 3b316e1eb723
parent 336 3d6c1417e8bd
child 349 4538abb763e4
--- a/application/src/PodcastFeedView.cpp	Fri Nov 12 20:48:14 2010 +0000
+++ b/application/src/PodcastFeedView.cpp	Fri Nov 12 21:33:08 2010 +0000
@@ -158,7 +158,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);
 		}