Author: joanied
Date: Fri Feb  8 19:51:15 2008
New Revision: 3550
URL: http://svn.gnome.org/viewvc/orca?rev=3550&view=rev

Log:
Tweak for the fix to bug #511354.


Modified:
   trunk/src/orca/Gecko.py

Modified: trunk/src/orca/Gecko.py
==============================================================================
--- trunk/src/orca/Gecko.py     (original)
+++ trunk/src/orca/Gecko.py     Fri Feb  8 19:51:15 2008
@@ -8135,8 +8135,8 @@
                     parent = self._objectForFocusGrab.parent
                     if parent.getRole() == pyatspi.ROLE_IMAGE:
                         break
-                else:
-                    self._objectForFocusGrab = self._objectForFocusGrab.parent
+
+                self._objectForFocusGrab = self._objectForFocusGrab.parent
 
             if self._objectForFocusGrab:
                 # [[[See https://bugzilla.mozilla.org/show_bug.cgi?id=363214.
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to