mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 06:58:42 +00:00
fix for multiple selected torrents and open containing folder
This commit is contained in:
parent
4e22511d5a
commit
86ce83edb1
1 changed files with 1 additions and 2 deletions
|
@ -646,7 +646,6 @@ class DelugeGTK:
|
|||
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()
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue