changeset 3ecfd0b5f0ea in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=3ecfd0b5f0ea
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 86f514ca1093 -r 3ecfd0b5f0ea src/gtkexcepthook.py
--- a/src/gtkexcepthook.py      Sun Feb 14 11:24:37 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