[#2701] [GTKUI] Fix: Move Download Folder cancel button doesn't work
This commit is contained in:
parent
3b82059bdb
commit
aa5b7e7595
@ -337,6 +337,9 @@ class MenuBar(component.Component):
|
|||||||
del self.move_storage_dialog
|
del self.move_storage_dialog
|
||||||
del self.move_storage_dialog_hbox
|
del self.move_storage_dialog_hbox
|
||||||
|
|
||||||
|
if response_id == gtk.RESPONSE_CANCEL:
|
||||||
|
on_core_result(None)
|
||||||
|
|
||||||
if response_id == gtk.RESPONSE_OK:
|
if response_id == gtk.RESPONSE_OK:
|
||||||
log.debug("Moving torrents to %s",
|
log.debug("Moving torrents to %s",
|
||||||
self.move_storage_path_chooser.get_text())
|
self.move_storage_path_chooser.get_text())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user