# HG changeset patch # User Sebastian Brannstrom # Date 1288105091 -3600 # Node ID d3cc41f88e82a016ab36ef9d3a555a62b49f8079 # Parent 67f53e831ab0f16736de60717c21df225a90d7d9 Fix for bug 3875 diff -r 67f53e831ab0 -r d3cc41f88e82 application/src/PodcastFeedView.cpp --- a/application/src/PodcastFeedView.cpp Tue Oct 26 15:24:22 2010 +0100 +++ b/application/src/PodcastFeedView.cpp Tue Oct 26 15:58:11 2010 +0100 @@ -177,6 +177,7 @@ if (iFirstActivateAfterLaunch) { iFirstActivateAfterLaunch = EFalse; + iListContainer->Listbox()->ScrollToMakeItemVisible(0); } }