From 2634517cdbaabd1491e09fe9a5f01a6fa45bf4a0 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 16 Jul 2010 19:58:07 +0000 Subject: [PATCH] Forgot to fix the magnet function too --- src/bittorrent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index ba0a53c20..5c191cb63 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -930,10 +930,10 @@ QTorrentHandle Bittorrent::addMagnetUri(QString magnet_uri, bool resumed) { Q_ASSERT(h.hash() == hash); // If temp path is enabled, move torrent - if(!defaultTempPath.isEmpty() && !resumed) { + /*if(!defaultTempPath.isEmpty() && !resumed) { qDebug("Temp folder is enabled, moving new torrent to temp folder"); h.move_storage(defaultTempPath); - } + }*/ // Connections limit per torrent h.set_max_connections(Preferences::getMaxConnecsPerTorrent());