mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Fix only being able to click "remote path" once when creating a torrent
This commit is contained in:
parent
bc28b83062
commit
ae4f2c3bb0
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class CreateTorrentDialog:
|
|||
client.core.get_path_size(result).addCallback(_on_get_path_size)
|
||||
client.force_call(True)
|
||||
|
||||
dialog.destroy()
|
||||
dialog.hide()
|
||||
|
||||
def _on_button_cancel_clicked(self, widget):
|
||||
log.debug("_on_button_cancel_clicked")
|
||||
|
|
Loading…
Add table
Reference in a new issue