--- 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: