- Progress calculation fix

This commit is contained in:
Christophe Dumez
2008-08-17 03:53:49 +00:00
parent c2838d9b0c
commit a8235dc413
4 changed files with 5 additions and 3 deletions

View File

@@ -247,7 +247,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) {