[orca] Fix for bug #628367 - When Orca enter in notification mode and switch to another application it stop
- From: Alejandro Leiva <aleiva src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #628367 - When Orca enter in notification mode and switch to another application it stop
- Date: Mon, 13 Sep 2010 14:46:29 +0000 (UTC)
commit 342d4b0bdfc9cfbdc1f012bfd1b8e759092c37a9
Author: José Vilmar Estacio de Souza <vilmar informal com br>
Date: Mon Sep 13 16:33:24 2010 +0200
Fix for bug #628367 - When Orca enter in notification mode and switch to another application it stop presenting the locusOfFocus
src/orca/default.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/default.py b/src/orca/default.py
index 24b7430..dbdfe86 100644
--- a/src/orca/default.py
+++ b/src/orca/default.py
@@ -3792,6 +3792,9 @@ class Script(script.Script):
orca.setLocusOfFocus(event, None)
orca_state.activeWindow = None
+ # disable list notification messages mode
+ notification_messages.listNotificationMessagesModeEnabled = False
+
########################################################################
# #
# Methods for presenting content #
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]