From 1e75fa90863d7e1303b3694d90f3579d5e55e583 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 2 Oct 2011 19:10:48 +0300 Subject: [PATCH] Disable "Set as default save path" checkbox for magnet links --- src/torrentadditiondlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/torrentadditiondlg.cpp b/src/torrentadditiondlg.cpp index b06022749..ae6661bbd 100644 --- a/src/torrentadditiondlg.cpp +++ b/src/torrentadditiondlg.cpp @@ -199,6 +199,7 @@ void torrentAdditionDialog::hideTorrentContent() { void torrentAdditionDialog::showLoadMagnetURI(QString magnet_uri) { is_magnet = true; this->from_url = magnet_uri; + checkLastFolder->setEnabled(false); // Disable Save path combox and browse button // Save path should be default for magnet links