# HG changeset patch # User Brendan Donegan # Date 1278681878 -3600 # Node ID 9d3b805af5ab68e1716b9ca93383029f21f16645 # Parent d886725e4499f7e022c5150bb2b0675e1428a5e9 Improvement to queue shifting function - move the highlight too. diff -r d886725e4499 -r 9d3b805af5ab application/src/PodcastQueueView.cpp --- a/application/src/PodcastQueueView.cpp Wed Jul 07 20:22:34 2010 +0100 +++ b/application/src/PodcastQueueView.cpp Fri Jul 09 14:24:38 2010 +0100 @@ -274,6 +274,7 @@ iPodcastModel.ShowEngine().ResumeDownloadsL(); } + iListContainer->Listbox()->SetCurrentItemIndex(index - 1); UpdateListboxItemsL(); } break; @@ -297,6 +298,7 @@ iPodcastModel.ShowEngine().ResumeDownloadsL(); } + iListContainer->Listbox()->SetCurrentItemIndex(index - 1); UpdateListboxItemsL(); } break;