Improvement to queue shifting function - move the highlight too. symbian1
authorBrendan Donegan <brendand@symbian.org>
Fri, 09 Jul 2010 14:24:38 +0100
branchsymbian1
changeset 169 9c77455964f8
parent 167 4bfc2fcec5f6
child 173 8466fe8528b6
Improvement to queue shifting function - move the highlight too.
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;