mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 06:16:29 +00:00
[#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_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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user