Fix only being able to click "remote path" once when creating a torrent
This commit is contained in:
parent
821d403a6c
commit
fc96e9d02c
|
@ -214,7 +214,7 @@ class CreateTorrentDialog:
|
||||||
client.core.get_path_size(result).addCallback(_on_get_path_size)
|
client.core.get_path_size(result).addCallback(_on_get_path_size)
|
||||||
client.force_call(True)
|
client.force_call(True)
|
||||||
|
|
||||||
dialog.destroy()
|
dialog.hide()
|
||||||
|
|
||||||
def _on_button_cancel_clicked(self, widget):
|
def _on_button_cancel_clicked(self, widget):
|
||||||
log.debug("_on_button_cancel_clicked")
|
log.debug("_on_button_cancel_clicked")
|
||||||
|
|
Loading…
Reference in New Issue