[orca/570658] Fix for the dojo_button.py test regression.



commit 9720b41cfc0cf3f6125352e054458f51516d5845
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jul 5 17:01:43 2009 -0400

    Fix for the dojo_button.py test regression.

 src/orca/formatting.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index fc52e8b..9e8b2fd 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -502,7 +502,7 @@ formatting = {
         pyatspi.ROLE_TOGGLE_BUTTON: {
             'unfocused': '[Component(obj,\
                                      asString(((label + displayedText) or description) + roleName),\
-                                     indicator=asString(radioState))]'
+                                     indicator=asString(toggleState))]'
             },
         #pyatspi.ROLE_TOOL_BAR: 'default'
         #pyatspi.ROLE_TREE: 'default'



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