From d56fc9fcd44f742b7692febefc4a5b9d3ff14503 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 26 Sep 2010 16:50:56 +0000 Subject: [PATCH] Fix torrent addition dialog bug introduced in v2.4.1 --- src/torrentadditiondlg.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/torrentadditiondlg.cpp b/src/torrentadditiondlg.cpp index d5a678bc8..f7e91a4d2 100644 --- a/src/torrentadditiondlg.cpp +++ b/src/torrentadditiondlg.cpp @@ -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(); }