Fix typo
This commit is contained in:
parent
e7a353c251
commit
ca3cbf920c
|
@ -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["default_load_path"] = chooser.get_current_folder()
|
||||
else:
|
||||
chooser.destroy()
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue