From kde-commits Sun Oct 09 16:24:42 2011 From: Matthias Fuchs Date: Sun, 09 Oct 2011 16:24:42 +0000 To: kde-commits Subject: KDE/kdenetwork/kget Message-Id: <20111009162442.93A1FAC888 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=131817750304328 SVN commit 1258050 by mfuchs: Do not ask when a FinishedKeepAlive transfer is being removed. M +1 -1 mainwindow.cpp --- trunk/KDE/kdenetwork/kget/mainwindow.cpp #1258049:1258050 @@ -709,7 +709,7 @@ { foreach (TransferHandler * it, KGet::selectedTransfers()) { - if (it->status() != Job::Finished) { + if (it->status() != Job::Finished && it->status() != Job::FinishedKeepAlive) { if (KMessageBox::warningYesNo(this, i18np("Are you sure you want to delete the selected transfer?", "Are you sure you want to delete the selected transfers?", KGet::selectedTransfers().count()),