- Removed code that is no longer needed

This commit is contained in:
Christophe Dumez 2008-12-27 09:21:09 +00:00
parent 384f3b23ee
commit 1225d16413
3 changed files with 1 additions and 14 deletions

View file

@ -393,7 +393,7 @@ void GUI::fullDiskError(QTorrentHandle& h) const {
// Download will be paused by libtorrent. Updating GUI information accordingly
QString hash = h.hash();
qDebug("Full disk error, pausing torrent %s", hash.toUtf8().data());
if(BTSession->isFinished(hash)) {
if(h.is_seed()) {
// In finished list
qDebug("Automatically paused torrent was in finished list");
finishedTorrentTab->pauseTorrent(hash);