don't set default action fot gtkhexcepthook window. Fixes #5556

This commit is contained in:
Yann Leboulanger 2010-01-15 20:20:56 +01:00
parent 7d20ed2b98
commit c963b8f846
1 changed files with 0 additions and 1 deletions

View File

@ -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()