allow plugin to specify output path

This commit is contained in:
Marcos Pinto 2007-08-05 06:22:46 +00:00
parent b34219bd9c
commit 4783f31deb
1 changed files with 5 additions and 2 deletions

View File

@ -1027,6 +1027,9 @@ class DelugeGTK:
if path is None:
return
self.interactive_add_torrent_path(self, torrent, path)
def interactive_add_torrent_path(self, torrent, path):
try:
dumped_torrent = self.manager.dump_torrent_file_info(torrent)
if self.config.get('enable_files_dialog'):