From fc96e9d02c6a0ec25d929c10e03457afd1ae69db Mon Sep 17 00:00:00 2001 From: John Garland Date: Sun, 16 May 2010 18:08:33 +1000 Subject: [PATCH] Fix only being able to click "remote path" once when creating a torrent --- deluge/ui/gtkui/createtorrentdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/createtorrentdialog.py b/deluge/ui/gtkui/createtorrentdialog.py index 8d888afc5..20df664a7 100644 --- a/deluge/ui/gtkui/createtorrentdialog.py +++ b/deluge/ui/gtkui/createtorrentdialog.py @@ -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")