[orca] Typo correction



commit b24338b9cb4c21e2a5f1eae38d33f7527368e839
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu Nov 21 19:20:49 2013 -0500

    Typo correction

 .../scripts/toolkits/J2SE-access-bridge/script.py  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/J2SE-access-bridge/script.py 
b/src/orca/scripts/toolkits/J2SE-access-bridge/script.py
index ec789a8..a9e6d6e 100644
--- a/src/orca/scripts/toolkits/J2SE-access-bridge/script.py
+++ b/src/orca/scripts/toolkits/J2SE-access-bridge/script.py
@@ -173,7 +173,7 @@ class Script(default.Script):
 
         obj = event.source
         if not (event.detail1 and obj.getRole() == pyatspi.ROLE_ROOT_PANE):
-            default.Script.onFocusedChangedself, event)
+            default.Script.onFocusedChanged(self, event)
             return
 
         # This is a workaround for a java-access-bridge bug (Bug 355011)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]