>From cef14ff827c1e83b638c58135ea8956a40e6a277 Mon Sep 17 00:00:00 2001 From: Attila Hammer Date: Thu, 10 Jan 2013 07:56:52 +0100 Subject: [PATCH] Revert "Fix for bug 685263 - Slowness with Orca if using control-center 3.6" This reverts commit 7c7f386050abc40ee1234b240bafcf12615a38f6. --- src/orca/speechdispatcherfactory.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/orca/speechdispatcherfactory.py b/src/orca/speechdispatcherfactory.py index 045ed4c..060eab5 100644 --- a/src/orca/speechdispatcherfactory.py +++ b/src/orca/speechdispatcherfactory.py @@ -423,8 +423,8 @@ class SpeechServer(speechserver.SpeechServer): return families def speak(self, text=None, acss=None, interrupt=True): - if interrupt: - self._cancel() + #if interrupt: + # self._cancel() if text: self._speak(text, acss) @@ -434,8 +434,8 @@ class SpeechServer(speechserver.SpeechServer): self._speak(text, acss) def speakUtterances(self, utteranceList, acss=None, interrupt=True): - if interrupt: - self._cancel() + #if interrupt: + # self._cancel() for utterance in utteranceList: if utterance: self._speak(utterance, acss) -- 1.8.0