diff options
-rw-r--r-- | net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch b/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch deleted file mode 100644 index bdb494c4956..00000000000 --- a/net-p2p/ktorrent/files/ktorrent-4.3.0-mountedstoragecheck.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/ktorrent/core.cpp -+++ b/ktorrent/core.cpp -@@ -1206,6 +1206,10 @@ - - bool Core::checkMissingFiles(TorrentInterface* tc) - { -+ QStringList missing; -+ if(!tc->hasMissingFiles(missing)) -+ return true; -+ - QStringList not_mounted; - while(!tc->isStorageMounted(not_mounted)) - { -@@ -1226,10 +1230,6 @@ - } - } - -- QStringList missing; -- if(!tc->hasMissingFiles(missing)) -- return true; -- - if(tc->getStats().multi_file_torrent) - { - QString msg = i18n( - |