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