Browse Source

- Not deleting files on hard drive when user is answering no the the 'move to download list' dialog

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
bfaa82ccba
  1. 2
      src/FinishedTorrents.cpp

2
src/FinishedTorrents.cpp

@ -291,7 +291,7 @@ void FinishedTorrents::updateFinishedList(){ @@ -291,7 +291,7 @@ void FinishedTorrents::updateFinishedList(){
}
else if (reponse == QMessageBox::No) {
qDebug("Deleted from the finished");
BTSession->deleteTorrent(hash, true);
BTSession->deleteTorrent(hash, false);
}
continue;
}

Loading…
Cancel
Save