[orca] Fix for bug #636824 - Orca is at the mercy of speech-dispatcher's default priority



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]