[orca] Fix for bug #634469 - Remove unneeded accessible-value change hack from Gecko script.
- From: Alejandro Leiva <aleiva src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #634469 - Remove unneeded accessible-value change hack from Gecko script.
- Date: Wed, 10 Nov 2010 01:12:39 +0000 (UTC)
commit efae180bfca07a146ede2d1e5c1713663d641151
Author: Alejandro Leiva <aleiva emergya es>
Date: Wed Nov 10 02:06:41 2010 +0100
Fix for bug #634469 - Remove unneeded accessible-value change hack from Gecko script.
src/orca/scripts/toolkits/Gecko/script.py | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/script.py b/src/orca/scripts/toolkits/Gecko/script.py
index 562bf2e..5932421 100644
--- a/src/orca/scripts/toolkits/Gecko/script.py
+++ b/src/orca/scripts/toolkits/Gecko/script.py
@@ -613,13 +613,6 @@ class Script(default.Script):
listeners["object:state-changed:focused"] = \
self.onStateFocused
- # [[[TODO: HACK - WDW we need to accomodate Gecko's incorrect
- # use of underscores instead of dashes until they fix their bug.
- # See https://bugzilla.mozilla.org/show_bug.cgi?id=368729]]]
- #
- listeners["object:property-change:accessible_value"] = \
- self.onValueChanged
-
return listeners
def __getArrowBindings(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]