From 247f6b4a8e4a9d59fb3d35531b21cd463259b78b Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 26 Sep 2010 16:53:20 +0000 Subject: [PATCH] BUGFIX: Fix display of torrent content in addition dialog --- Changelog | 3 +++ src/torrentadditiondlg.cpp | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 7fadb1c91..4f47d307a 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Sun Sep 26 2010 - Christophe Dumez - v2.4.2 + - BUGFIX: Fix display of torrent content in addition dialog + * Sun Sep 26 2010 - Christophe Dumez - v2.4.1 - I18N: Updated Arabic translation - I18N: Fixes to German translation 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(); }