[orca] Fix for bgo#585418 - Orca duplicated says the slider values
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca] Fix for bgo#585418 - Orca duplicated says the slider values
- Date: Thu, 11 Jun 2009 11:38:23 -0400 (EDT)
commit 7d776ed8f6e6de52464af1fd2ee9fa1a3c54116f
Author: Willie Walker <william walker sun com>
Date: Thu Jun 11 11:36:34 2009 -0400
Fix for bgo#585418 - Orca duplicated says the slider values
This was a result of the speech generator refactor -- an old
bug (bgo#340559) crept back in.
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 a31a75e..56001a9 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -186,7 +186,7 @@ formatting = {
# it exists and we haven't found anything yet.
#
'focused': 'value',
- 'unfocused': 'labelAndName + roleName + value + required + availability + mnemonic',
+ 'unfocused': 'label + roleName + value + required + availability + mnemonic',
'basicWhereAmI': 'label + roleName + value + percentage + mnemonic + accelerator + required'
},
pyatspi.ROLE_SPIN_BUTTON: {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]