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")); }