changeset d5026853e2e8 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=d5026853e2e8
description: don't set default action fot gtkhexcepthook window. Fixes #5556

diffstat:

 src/gtkexcepthook.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r b9ec78663dfb -r d5026853e2e8 src/gtkexcepthook.py
--- a/src/gtkexcepthook.py      Fri Jan 15 20:11:54 2010 +0100
+++ b/src/gtkexcepthook.py      Fri Jan 15 20:20:56 2010 +0100
@@ -52,7 +52,6 @@
        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()
 
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to