[orca/new-settings] Fix for bug #634469 - Remove unneeded accessible-value change hack from Gecko script.



commit 0d0edf4cfd5d35889cb5364f9cf040d5b976e1cf
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]