application/src/PodcastQueueView.cpp
branchsymbian1
changeset 173 8466fe8528b6
parent 169 9c77455964f8
child 175 cd124c4eb6b9
child 183 913f0f0e98fc
--- a/application/src/PodcastQueueView.cpp	Fri Jul 09 14:24:38 2010 +0100
+++ b/application/src/PodcastQueueView.cpp	Fri Jul 09 22:49:31 2010 +0100
@@ -273,8 +273,8 @@
 				iPodcastModel.ShowEngine().ResumeDownloadsL();
 				}
 				
+			UpdateListboxItemsL();
 			iListContainer->Listbox()->SetCurrentItemIndex(index - 1);
-			UpdateListboxItemsL();
 			}
 			break;
 		case EPodcastMoveDownloadDown:
@@ -297,8 +297,8 @@
 				iPodcastModel.ShowEngine().ResumeDownloadsL();
 				}
 			
-			iListContainer->Listbox()->SetCurrentItemIndex(index - 1);
 			UpdateListboxItemsL();
+			iListContainer->Listbox()->SetCurrentItemIndex(index + 1);
 			}
 			break;
 		case EPodcastSuspendDownloads: