From 86ce83edb1f2cfc2f65b9eba7d4dadf3c82ab5fc Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 8 Aug 2007 22:11:38 +0000 Subject: [PATCH] fix for multiple selected torrents and open containing folder --- src/interface.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/interface.py b/src/interface.py index a52b3c4f1..0eae7066f 100644 --- a/src/interface.py +++ b/src/interface.py @@ -645,8 +645,7 @@ class DelugeGTK: command = "/usr/bin/nautilus" if self.config.get("file_manager") == 2: command = "/usr/bin/thunar" - os.system('%s %s' %(command, self.manager.unique_IDs[uid].save_dir)) - self.update() + os.system('%s %s' %(command, self.manager.unique_IDs[uid].save_dir)) except KeyError: pass