Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2010-01-15 22:20:56 +0300
committerYann Leboulanger <asterix@lagaule.org>2010-01-15 22:20:56 +0300
commitc963b8f846a37598335c658bf136572fb4085dbd (patch)
tree10468be26f0f54fc127a378c95bcc447e42058d9 /src/gtkexcepthook.py
parent7d20ed2b98a3070add188efab7308a5a06d9f4a2 (diff)
don't set default action fot gtkhexcepthook window. Fixes #5556
Diffstat (limited to 'src/gtkexcepthook.py')
-rw-r--r--src/gtkexcepthook.py1
1 files changed, 0 insertions, 1 deletions
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()