From de25c17af10dc39b469029b5005b0076dc76d0d6 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 0cd3a534f..dee480946 100644 --- a/deluge/ui/gtkui/createtorrentdialog.py +++ b/deluge/ui/gtkui/createtorrentdialog.py @@ -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")