Removed call to save_config in path-chooser (obsolete)

This commit is contained in:
bendikro 2013-05-21 21:28:50 +02:00 committed by Calum Lind
parent 4b49e456dd
commit 2bbc1013be
1 changed files with 0 additions and 1 deletions

View File

@ -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)