BUGFIX: Fix display of torrent content in addition dialog

This commit is contained in:
Christophe Dumez
2010-09-26 16:53:20 +00:00
parent 3d89864b75
commit 247f6b4a8e
2 changed files with 3 additions and 2 deletions

View File

@@ -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();
}