mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
[#2701] [GTKUI] Fix: Move Download Folder cancel button doesn't work
This commit is contained in:
parent
3b82059bdb
commit
aa5b7e7595
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue