From cc252fc70a5cb4c133ae7204bb1d731efe1986a1 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 26 Aug 2007 19:33:08 +0000 Subject: [PATCH] - Fix progress column delayed sorting --- src/GUI.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 8778dcc05..8c5be1e26 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -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