From f5a4190e4b77ccec1268dcd531510e7148610802 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 29 Jun 2007 14:13:50 +0000 Subject: [PATCH] attempt to fix progress column sorting --- src/GUI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI.cpp b/src/GUI.cpp index 253bb4f59..f05af7ab7 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -496,6 +496,7 @@ void GUI::updateDlList(bool force){ BTSession.setTorrentFinishedChecking(fileHash); } } + row = getRowFromHash(fileHash); // List may have been sorted in the meantime if(BTSession.getTorrentsToPauseAfterChecking().indexOf(fileHash) != -1){ // Pause torrent if it finished checking and it is was supposed to be paused. // This is a trick to see the progress of the pause torrents on startup