mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Removed call to save_config in path-chooser (obsolete)
This commit is contained in:
parent
4b49e456dd
commit
2bbc1013be
1 changed files with 0 additions and 1 deletions
|
@ -356,7 +356,6 @@ class MenuBar(component.Component):
|
|||
client.core.move_storage(
|
||||
component.get("TorrentView").get_selected_torrents(), path
|
||||
).addCallback(on_core_result)
|
||||
self.move_storage_path_chooser.save_config()
|
||||
self.move_storage_dialog.hide()
|
||||
|
||||
self.move_storage_dialog.connect("response", on_dialog_response_event)
|
||||
|
|
Loading…
Add table
Reference in a new issue