orca r3438 - trunk/src/orca



Author: joanied
Date: Thu Jan 10 00:01:01 2008
New Revision: 3438
URL: http://svn.gnome.org/viewvc/orca?rev=3438&view=rev

Log:
Another 500016 tweak.


Modified:
   trunk/src/orca/Gecko.py

Modified: trunk/src/orca/Gecko.py
==============================================================================
--- trunk/src/orca/Gecko.py	(original)
+++ trunk/src/orca/Gecko.py	Thu Jan 10 00:01:01 2008
@@ -7294,7 +7294,8 @@
             while not done:
                 last = objects[-1]
                 lastExtents = self.getExtents(last[0], last[1], last[2])
-                if not self.onSameLine(firstExtents, lastExtents):
+                if not self.onSameLine(firstExtents, lastExtents) \
+                   and obj.getRole() != pyatspi.ROLE_TABLE_CELL:
                     objects.pop()
                 else:
                     done = True



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