[orca/gnome-3-4] Fix for Empathy active descendant presentation getting incorrectly interrupted



commit 0a8b8ced9e7da29f7014e04d3a74a88b0d5586f5
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Mar 27 22:15:46 2012 -0400

    Fix for Empathy active descendant presentation getting incorrectly interrupted

 src/orca/scripts/default.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/default.py b/src/orca/scripts/default.py
index c943667..74555be 100644
--- a/src/orca/scripts/default.py
+++ b/src/orca/scripts/default.py
@@ -4731,7 +4731,7 @@ class Script(script.Script):
         # event.
 
         if orca_state.locusOfFocus == event.any_data and \
-                event.any_data.name == self.pointOfReference.get('oldName'):
+           event.any_data.name == self.pointOfReference.get('oldName', ''):
             return False
 
         if event.source == orca_state.locusOfFocus == event.any_data.parent:



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