Module: deluge Branch: 1.2-stable Commit: de25c17af10dc39b469029b5005b0076dc76d0d6
Author: John Garland <[email protected]> Date: Sun May 16 18:08:33 2010 +1000 Fix only being able to click "remote path" once when creating a torrent --- deluge/ui/gtkui/createtorrentdialog.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/gtkui/createtorrentdialog.py b/deluge/ui/gtkui/createtorrentdialog.py index 0cd3a53..dee4809 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") -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
