orca r3923 - in trunk: . src/orca



Author: richb
Date: Sun May 25 16:49:23 2008
New Revision: 3923
URL: http://svn.gnome.org/viewvc/orca?rev=3923&view=rev

Log:
        * src/orca/orca.py:
          Removed patch for bug #530368 â Only move focus if the event 
          is for the focused/active window. This breaks the 
          gnome-screensaver lockscreen window; password is not announced.


Modified:
   trunk/ChangeLog
   trunk/src/orca/orca.py

Modified: trunk/src/orca/orca.py
==============================================================================
--- trunk/src/orca/orca.py	(original)
+++ trunk/src/orca/orca.py	Sun May 25 16:49:23 2008
@@ -178,15 +178,6 @@
     if obj == orca_state.locusOfFocus:
         return
 
-    # If this event is not for the currently active script, then just return.
-    #
-    if event and event.source and \
-       event.host_application and orca_state.activeScript:
-        currentApp = orca_state.activeScript.app.name
-        if currentApp != event.host_application.name and \
-           currentApp != event.source.getApplication().name:
-            return
-
     oldLocusOfFocus = orca_state.locusOfFocus
     try:
         # Just to see if we have a valid object.



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