mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 12:34:50 +00:00
Fix open folder
This commit is contained in:
parent
56f1bff6d4
commit
a8d132452a
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ class MenuBar(component.Component):
|
|||
def on_menuitem_open_folder_activate(self, data=None):
|
||||
log.debug("on_menuitem_open_folder")
|
||||
def _on_torrent_status(status):
|
||||
deluge.deluge.common.open_file(status["save_path"])
|
||||
deluge.common.open_file(status["save_path"])
|
||||
for torrent_id in component.get("TorrentView").get_selected_torrents():
|
||||
client.get_torrent_status(_on_torrent_status, torrent_id, ["save_path"])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue