don't set default action fot gtkhexcepthook window. Fixes #5556
This commit is contained in:
parent
7d20ed2b98
commit
c963b8f846
|
@ -52,7 +52,6 @@ def _info(type_, value, tb):
|
|||
RESPONSE_REPORT_BUG = 42
|
||||
dialog.add_buttons(gtk.STOCK_CLOSE, gtk.BUTTONS_CLOSE,
|
||||
_('_Report Bug'), RESPONSE_REPORT_BUG)
|
||||
dialog.set_default_response(RESPONSE_REPORT_BUG)
|
||||
report_button = dialog.action_area.get_children()[0] # right to left
|
||||
report_button.grab_focus()
|
||||
|
||||
|
|
Loading…
Reference in New Issue