Fix only being able to click "remote path" once when creating a torrent

This commit is contained in:
John Garland 2010-05-16 18:08:33 +10:00
parent 41314e595a
commit de25c17af1

View file

@ -210,7 +210,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")