branch | symbian1 |
changeset 359 | 16cc6373c043 |
parent 355 | 075b3a49cb55 |
child 373 | f5de49b27caf |
--- a/application/src/PodcastQueueView.cpp Tue Nov 16 00:28:12 2010 +0000 +++ b/application/src/PodcastQueueView.cpp Tue Nov 16 00:37:11 2010 +0000 @@ -314,7 +314,8 @@ } UpdateListboxItemsL(); - iListContainer->Listbox()->SetCurrentItemIndex(index + 1); + if (index < iPodcastModel.ActiveShowList().Count() -1) + iListContainer->Listbox()->SetCurrentItemIndex(index + 1); } break; case EPodcastSuspendDownloads: