try sth and add a fixme

This commit is contained in:
Nikos Kouremenos 2005-09-12 23:13:30 +00:00
parent 867dc64798
commit ae628010b8
1 changed files with 3 additions and 1 deletions

View File

@ -83,11 +83,13 @@ def _info(type, value, tb):
dialog.show_all() dialog.show_all()
resp = dialog.run() resp = dialog.run()
dialog.destroy()
if resp == RESPONSE_REPORT_BUG: if resp == RESPONSE_REPORT_BUG:
url = 'http://trac.gajim.org/wiki/WikiStart#howto_report_ticket' url = 'http://trac.gajim.org/wiki/WikiStart#howto_report_ticket'
helpers.launch_browser_mailer('url', url) helpers.launch_browser_mailer('url', url)
#FIXME: it always get destroyed! why??
else:
dialog.destroy()
_exception_in_progress = False _exception_in_progress = False