[#2701] [GTKUI] Fix: Move Download Folder cancel button doesn't work

This commit is contained in:
bendikro 2015-08-31 15:41:42 +02:00
parent 3b82059bdb
commit aa5b7e7595

View File

@ -337,6 +337,9 @@ class MenuBar(component.Component):
del self.move_storage_dialog
del self.move_storage_dialog_hbox
if response_id == gtk.RESPONSE_CANCEL:
on_core_result(None)
if response_id == gtk.RESPONSE_OK:
log.debug("Moving torrents to %s",
self.move_storage_path_chooser.get_text())