[orca] Fix for bgo#622752 - espeechfactory should be the last factory tried when the default factory is una
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bgo#622752 - espeechfactory should be the last factory tried when the default factory is una
- Date: Fri, 25 Jun 2010 17:35:23 +0000 (UTC)
commit 8e98da972258e4202bc7925e00d934718886c879
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Fri Jun 25 13:34:08 2010 -0400
Fix for bgo#622752 - espeechfactory should be the last factory tried when the default factory is unavailable
src/orca/settings.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/orca/settings.py b/src/orca/settings.py
index d2d5345..4c644ac 100644
--- a/src/orca/settings.py
+++ b/src/orca/settings.py
@@ -363,10 +363,10 @@ silenceSpeech = False
# Settings that apply to the particular speech engine to
# use as well details on the default voices to use.
#
-speechFactoryModules = ["espeechfactory", \
- "gnomespeechfactory", \
- "openttsfactory", \
- "speechdispatcherfactory"]
+speechFactoryModules = ["gnomespeechfactory",
+ "openttsfactory",
+ "speechdispatcherfactory",
+ "espeechfactory"]
speechServerFactory = "speechdispatcherfactory"
speechServerInfo = None # None means let the factory decide.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]