CVSROOT: /cvs/gnome Module name: orca Changes by: lmonsanto 06/09/28 18:11:09
Modified files: . : ChangeLog src/orca : J2SE-access-bridge.py keybindings.py Log message: * src/orca/keybindings.py: src/orca/J2SE-access-bridge.py: Fix for bug #353531 [http://bugzilla.gnome.org/show_bug.cgi?id=353531] - checked'/'unchecked' reported twice for check boxes in java applications. A new method, onValueChanged, was added to J2SE-access-bridge.py to ignore the value-changed event when a checkbox is checked or unchecked. The _getKeycode method in keybindings.py was modified to include a test for the keyval returned by gtk.gdk.keyval_from_name(keysym). _getKeycode returns 0 if gtk.gdk.keyval_from_name(keysym) returns 0. This prevents an assertion failure in keymap.get_entries_for_keyval(keyval) when keyval is 0. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=orca&who=lmonsanto&date=explicit&mindate=2006-09-28%2018:10&maxdate=2006-09-28%2018:12 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list