[orca/570658-whereami] Removed an old comment, fixed a cut-and-paste error.



commit 64e56968e369be2d0393a40f0090f2f3f0ebba76
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jun 8 23:11:54 2009 -0400

    Removed an old comment, fixed a cut-and-paste error.
---
 src/orca/formatting.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index c0e18f5..a31a75e 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -202,13 +202,9 @@ formatting = {
         pyatspi.ROLE_TABLE: {
             'focused': 'labelAndName + allTextSelection + roleName + availability + noChildren',
             'unfocused': 'labelAndName + allTextSelection + roleName + availability + noChildren',
-            'unfocused': 'labelAndName + allTextSelection + roleName + availability + noChildren',
+            'basicWhereAmI': 'labelAndName + allTextSelection + roleName + availability + noChildren'
             },
         pyatspi.ROLE_TABLE_CELL: {
-            # TODO - JD: This seems to work for Gtk+ demo and packagemanager.
-            # For Evo (and things like it) we need to address what we speak
-            # for the attachment, status, and flagged columns.
-            #
             'focused': '(tableCell2ChildLabel + tableCell2ChildToggle) or cellCheckedState + (expandableState and (expandableState + numberOfChildren))',
             'unfocused': 'tableCellRow',
             'basicWhereAmI': 'parentRoleName + columnHeader + rowHeader + roleName + cellCheckedState + (realActiveDescendantDisplayedText or imageDescription + image) + columnAndRow + expandableState + nodeLevel',



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