From 150a1a8a46b6e212a1d73f95223dfb2f885c6a45 Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Tue, 24 Jul 2007 22:50:03 +0000 Subject: [PATCH] Show files selection dialog even for single file torrents. --- src/interface.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface.py b/src/interface.py index f305860a5..b2f622a23 100644 --- a/src/interface.py +++ b/src/interface.py @@ -1097,8 +1097,7 @@ class DelugeGTK: try: dumped_torrent = self.manager.dump_torrent_file_info(torrent) - if self.config.get('enable_files_dialog') and \ - len(dumped_torrent) > 1: + if self.config.get('enable_files_dialog'): files_dialog = dialogs.FilesDlg(dumped_torrent) if files_dialog.show() == 1: unique_id = self.manager.add_torrent(torrent, path,