mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Another config fix
This commit is contained in:
parent
35e41e3b17
commit
e7a353c251
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ class AddTorrentDialog(component.Component):
|
|||
|
||||
if response == gtk.RESPONSE_OK:
|
||||
result = chooser.get_filenames()
|
||||
self.config.set("default_load_path", chooser.get_current_folder())
|
||||
self.config.set["default_load_path"] = chooser.get_current_folder()
|
||||
else:
|
||||
chooser.destroy()
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue