# HG changeset patch # User Sebastian Brannstrom # Date 1288105091 -3600 # Node ID 80f1da5ac28b9d6c7d18bb1bfc46c2747637fac0 # Parent ba99740139d0f65b1366136a0cca514a0902c507 Fix for bug 3875 diff -r ba99740139d0 -r 80f1da5ac28b application/src/PodcastFeedView.cpp --- a/application/src/PodcastFeedView.cpp Mon Oct 25 14:04:32 2010 +0100 +++ b/application/src/PodcastFeedView.cpp Tue Oct 26 15:58:11 2010 +0100 @@ -184,6 +184,7 @@ if (iFirstActivateAfterLaunch) { iFirstActivateAfterLaunch = EFalse; + iListContainer->Listbox()->ScrollToMakeItemVisible(0); } }