Browse Source

Fix torrent addition dialog bug introduced in v2.4.1

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
d56fc9fcd4
  1. 2
      src/torrentadditiondlg.cpp

2
src/torrentadditiondlg.cpp

@ -280,8 +280,6 @@ void torrentAdditionDialog::showLoad(QString filePath, QString from_url) { @@ -280,8 +280,6 @@ void torrentAdditionDialog::showLoad(QString filePath, QString from_url) {
if(t->num_files() <= 1)
hideTorrentContent();
// No need to display torrent content
hideTorrentContent();
// Limit dialog width
limitDialogWidth();
}

Loading…
Cancel
Save