From c963b8f846a37598335c658bf136572fb4085dbd Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 15 Jan 2010 20:20:56 +0100 Subject: [PATCH] don't set default action fot gtkhexcepthook window. Fixes #5556 --- src/gtkexcepthook.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index bbc93f373..1c08fcd24 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -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()