# HG changeset patch # User Brendan Donegan # Date 1278681878 -3600 # Node ID 9c77455964f8a523c925ca0cb3054ab5325a7f9c # Parent 4bfc2fcec5f6e6c73bbfd16b45ac2658f0c9f16e Improvement to queue shifting function - move the highlight too. diff -r 4bfc2fcec5f6 -r 9c77455964f8 application/src/PodcastQueueView.cpp --- a/application/src/PodcastQueueView.cpp Wed Jul 07 20:25:36 2010 +0100 +++ b/application/src/PodcastQueueView.cpp Fri Jul 09 14:24:38 2010 +0100 @@ -273,6 +273,7 @@ iPodcastModel.ShowEngine().ResumeDownloadsL(); } + iListContainer->Listbox()->SetCurrentItemIndex(index - 1); UpdateListboxItemsL(); } break; @@ -296,6 +297,7 @@ iPodcastModel.ShowEngine().ResumeDownloadsL(); } + iListContainer->Listbox()->SetCurrentItemIndex(index - 1); UpdateListboxItemsL(); } break;