- Fix progress column delayed sorting

This commit is contained in:
Christophe Dumez 2007-08-26 19:33:08 +00:00
parent 89ecdca5e7
commit cc252fc70a

View File

@ -230,10 +230,12 @@ void GUI::torrentChecked(QString hash) {
}else{
// In download list
downloadingTorrentTab->pauseTorrent(hash);
// Delayed Sorting
downloadingTorrentTab->sortProgressColumnDelayed();
}
}
if(!BTSession->isFinished(hash)){
// Delayed Sorting
downloadingTorrentTab->sortProgressColumnDelayed();
}
}
// called when a torrent has finished