Improvement to queue shifting function - move the highlight too.
authorBrendan Donegan <brendand@symbian.org>
Fri, 09 Jul 2010 14:24:38 +0100
changeset 116 9d3b805af5ab
parent 115 d886725e4499
child 117 c2a99fe1afd0
Improvement to queue shifting function - move the highlight too.
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;