From b26ebe6883016e168ebb98143b7e971e4d73367d Mon Sep 17 00:00:00 2001 From: Alex Dedul Date: Mon, 6 Aug 2007 02:15:29 +0000 Subject: [PATCH] Minor tweak to previous commit. --- plugins/TorrentFiles/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TorrentFiles/__init__.py b/plugins/TorrentFiles/__init__.py index 047ed4dcf..44f8773b1 100644 --- a/plugins/TorrentFiles/__init__.py +++ b/plugins/TorrentFiles/__init__.py @@ -76,7 +76,7 @@ class TorrentFiles: if unique_id is None: #if no torrents added or more than one torrent selected self.tab_files.clear_file_store() - self.tab_files.set_unique_id(unique_id) + self.tab_files.set_unique_id(None) return if self.tab_files.file_unique_id != unique_id: