Browse Source

attempt to fix progress column sorting

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
f5a4190e4b
  1. 1
      src/GUI.cpp

1
src/GUI.cpp

@ -496,6 +496,7 @@ void GUI::updateDlList(bool force){ @@ -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

Loading…
Cancel
Save