[orca] Indentation tweak for the fix for bgo#615968 - Catch some exceptions



commit 8757347b48af1c07819406417d022bd0f6a755d2
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Thu Jun 10 07:09:52 2010 -0400

    Indentation tweak for the fix for bgo#615968 - Catch some exceptions

 src/orca/focus_tracking_presenter.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/focus_tracking_presenter.py b/src/orca/focus_tracking_presenter.py
index 56bce56..45e4645 100644
--- a/src/orca/focus_tracking_presenter.py
+++ b/src/orca/focus_tracking_presenter.py
@@ -568,7 +568,7 @@ class FocusTrackingPresenter(presentation_manager.PresentationManager):
                               "LookupError in deactivate event; clearing focus")
                 orca.setLocusOfFocus(event, None)
                 orca_state.activeWindow = None
-            return
+                return
             debug.printException(debug.LEVEL_WARNING)
             debug.println(debug.LEVEL_WARNING,
                           "LookupError above while processing event: %s" %\



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