orca r3654 - in branches/gnome-2-22: . src/orca
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3654 - in branches/gnome-2-22: . src/orca
- Date: Thu, 28 Feb 2008 20:49:24 +0000 (GMT)
Author: richb
Date: Thu Feb 28 20:49:23 2008
New Revision: 3654
URL: http://svn.gnome.org/viewvc/orca?rev=3654&view=rev
Log:
        * src/orca/default.py:
          Fix for bug #517505 - Orca doesn't present new active descendant
          when deleting from the top of a list.
Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/orca/default.py
Modified: branches/gnome-2-22/src/orca/default.py
==============================================================================
--- branches/gnome-2-22/src/orca/default.py	(original)
+++ branches/gnome-2-22/src/orca/default.py	Thu Feb 28 20:49:23 2008
@@ -4926,7 +4926,8 @@
                 parent1 = parent1.parent
                 parent2 = parent2.parent
             if parent1 and parent2 and parent1 == parent2:
-                return True
+                return self.getRealActiveDescendant(obj1).name == \
+                       self.getRealActiveDescendant(obj2).name
         except:
             pass
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]