[orca/new-settings] Fix for bug #628367 - When Orca enter in notification mode and switch to another application it stop
- From: Juanje Ojeda Croissier <jojeda src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/new-settings] Fix for bug #628367 - When Orca enter in notification mode and switch to another application it stop
- Date: Tue, 14 Sep 2010 00:52:24 +0000 (UTC)
commit 7d2443d582c2e284aaa51fb2f354836cf7b9979b
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 4b4acb1..3fb3992 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]