Skip to content
Snippets Groups Projects
Commit ae628010 authored by nkour's avatar nkour
Browse files

try sth and add a fixme

parent 867dc647
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment