ALT Linux Bugzilla
– Attachment 5868 Details for
Bug 28018
orca: new version
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч для правильного выставления локали
reset-family.patch (text/plain), 929 bytes, created by
manowar@altlinux.org
on 2013-07-03 11:04:06 MSK
(
hide
)
Description:
Патч для правильного выставления локали
Filename:
MIME Type:
Creator:
manowar@altlinux.org
Created:
2013-07-03 11:04:06 MSK
Size:
929 bytes
patch
obsolete
>diff --git a/orca/src/orca/speechdispatcherfactory.py b/orca/src/orca/speechdispatcherfactory.py >index 8a2ef9d..62a3e6f 100644 >--- a/orca/src/orca/speechdispatcherfactory.py >+++ b/orca/src/orca/speechdispatcherfactory.py >@@ -243,10 +243,12 @@ class SpeechServer(speechserver.SpeechServer): > elif acss_property == ACSS.AVERAGE_PITCH: > method(5.0) > current[acss_property] = 5.0 >- elif acss_property == ACSS.FAMILY and current.get(acss_property) \ >+ elif acss_property == ACSS.FAMILY \ > and acss == settings.voices[settings.DEFAULT_VOICE]: > # We need to explicitly reset (at least) the family. > # See bgo#626072. >+ # Moreover, reset it when there no family is currently >+ # defined (i.e. current.get("family") is None). > # > method({}) > current[acss_property] = {}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28018
: 5868