mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-05 08:03:40 +00:00
Removed call to save_config in path-chooser (obsolete)
This commit is contained in:
parent
4b49e456dd
commit
2bbc1013be
@ -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…
x
Reference in New Issue
Block a user