[orca] Fix for bug #636824 - Orca is at the mercy of speech-dispatcher's default priority
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #636824 - Orca is at the mercy of speech-dispatcher's default priority
- Date: Fri, 10 Dec 2010 01:47:40 +0000 (UTC)
commit 0a75a1f03cd65afaa5823bb74d4e9519f8f13e4d
Author: Michael Whapples <mwhapples aim com>
Date: Thu Dec 9 20:47:01 2010 -0500
Fix for bug #636824 - Orca is at the mercy of speech-dispatcher's default priority
src/orca/speechdispatcherfactory.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/speechdispatcherfactory.py b/src/orca/speechdispatcherfactory.py
index 29cc40f..ef6e9db 100644
--- a/src/orca/speechdispatcherfactory.py
+++ b/src/orca/speechdispatcherfactory.py
@@ -190,6 +190,7 @@ class SpeechServer(speechserver.SpeechServer):
def _init(self):
self._client = client = speechd.SSIPClient('Orca', component=self._id)
+ client.set_priority(speechd.Priority.MESSAGE)
if self._id != self.DEFAULT_SERVER_ID:
client.set_output_module(self._id)
self._current_voice_properties = {}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]