[orca] Fix for bug #640381 - Orca is using the 'default' voice for	WebKitGtk roles when it should use the '
- From: Joanmarie Diggs <joanied src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [orca] Fix for bug #640381 - Orca is using the 'default' voice for	WebKitGtk roles when it should use the '
 
- Date: Mon, 24 Jan 2011 07:40:29 +0000 (UTC)
 
commit 81a974f6ba2e923063d2c439162b6bfb64e5e1da
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jan 24 02:40:07 2011 -0500
    Fix for bug #640381 - Orca is using the 'default' voice for WebKitGtk roles when it should use the 'system' voice.
 .../scripts/toolkits/WebKitGtk/speech_generator.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/WebKitGtk/speech_generator.py b/src/orca/scripts/toolkits/WebKitGtk/speech_generator.py
index ce50471..d7aa8d9 100644
--- a/src/orca/scripts/toolkits/WebKitGtk/speech_generator.py
+++ b/src/orca/scripts/toolkits/WebKitGtk/speech_generator.py
@@ -46,7 +46,7 @@ class SpeechGenerator(speech_generator.SpeechGenerator):
 
     def _generateRoleName(self, obj, **args):
         result = []
-        acss = self.voice(speech_generator.DEFAULT)
+        acss = self.voice(speech_generator.SYSTEM)
         role = args.get('role', obj.getRole())
         force = args.get('force', False)
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]