From ae628010b8a60ac76170edcb6903bad9edc969d0 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 12 Sep 2005 23:13:30 +0000 Subject: [PATCH] try sth and add a fixme --- src/gtkexcepthook.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index 89c8cef23..322f98ad1 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -83,11 +83,13 @@ def _info(type, value, tb): dialog.show_all() resp = dialog.run() - dialog.destroy() if resp == RESPONSE_REPORT_BUG: url = 'http://trac.gajim.org/wiki/WikiStart#howto_report_ticket' helpers.launch_browser_mailer('url', url) + #FIXME: it always get destroyed! why?? + else: + dialog.destroy() _exception_in_progress = False