From 4128f01aa87afb0082ad0e837514deebad6ac36e Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 2 Nov 2016 18:10:04 +0200 Subject: [PATCH] Don't revert save path value in the Dialog when metadata are received. Closes #5482. --- src/gui/addnewtorrentdialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/addnewtorrentdialog.cpp b/src/gui/addnewtorrentdialog.cpp index b46719a8d..385183719 100644 --- a/src/gui/addnewtorrentdialog.cpp +++ b/src/gui/addnewtorrentdialog.cpp @@ -689,7 +689,6 @@ void AddNewTorrentDialog::updateMetadata(const BitTorrent::TorrentInfo &info) // Update UI setupTreeview(); - TMMChanged(ui->comboTTM->currentIndex()); setMetadataProgressIndicator(false, tr("Metadata retrieval complete")); }