Don't revert save path value in the Dialog when metadata are received. Closes #5482.

This commit is contained in:
sledgehammer999 2016-11-02 18:10:04 +02:00
parent 146d4e049a
commit 4128f01aa8

View File

@ -689,7 +689,6 @@ void AddNewTorrentDialog::updateMetadata(const BitTorrent::TorrentInfo &info)
// Update UI // Update UI
setupTreeview(); setupTreeview();
TMMChanged(ui->comboTTM->currentIndex());
setMetadataProgressIndicator(false, tr("Metadata retrieval complete")); setMetadataProgressIndicator(false, tr("Metadata retrieval complete"));
} }