- Progress calculation patch

This commit is contained in:
Christophe Dumez 2008-08-17 03:47:52 +00:00
parent ff26ea94f5
commit 1aedd97d4d
2 changed files with 3 additions and 1 deletions

View file

@ -267,7 +267,7 @@ void FinishedTorrents::updateFinishedList(){
if (reponse == QMessageBox::Yes) {
qDebug("Info: a torrent was moved from finished to download tab");
deleteTorrent(hash);
BTSession->setFinishedTorrent(hash);
BTSession->setUnfinishedTorrent(hash);
emit torrentMovedFromFinishedList(hash);
}
else if (reponse == QMessageBox::No) {