diff -r b131f7696342 -r c683165bec63 application/src/PodcastFeedView.cpp --- 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); }