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(
|
client.core.move_storage(
|
||||||
component.get("TorrentView").get_selected_torrents(), path
|
component.get("TorrentView").get_selected_torrents(), path
|
||||||
).addCallback(on_core_result)
|
).addCallback(on_core_result)
|
||||||
self.move_storage_path_chooser.save_config()
|
|
||||||
self.move_storage_dialog.hide()
|
self.move_storage_dialog.hide()
|
||||||
|
|
||||||
self.move_storage_dialog.connect("response", on_dialog_response_event)
|
self.move_storage_dialog.connect("response", on_dialog_response_event)
|
||||||
|
|
Loading…
Reference in New Issue