|
|
|
@ -230,10 +230,12 @@ void GUI::torrentChecked(QString hash) {
@@ -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
|
|
|
|
|