[orca] Remove the end-of-line sound icon use.
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Remove the end-of-line sound icon use.
- Date: Mon, 15 Apr 2019 13:36:35 +0000 (UTC)
commit 70dc304ce63b882c716c94387b0abee384a6646b
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Apr 15 09:35:38 2019 -0400
Remove the end-of-line sound icon use.
Some synthesizers apparently don't support it.
src/orca/speechdispatcherfactory.py | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/orca/speechdispatcherfactory.py b/src/orca/speechdispatcherfactory.py
index 26a7ef428..f890809d4 100644
--- a/src/orca/speechdispatcherfactory.py
+++ b/src/orca/speechdispatcherfactory.py
@@ -549,9 +549,6 @@ class SpeechServer(speechserver.SpeechServer):
def speakCharacter(self, character, acss=None):
self._apply_acss(acss)
- if character == '\n':
- self._send_command(self._client.sound_icon, 'end-of-line')
-
name = chnames.getCharacterName(character)
if not name or name == character:
self._send_command(self._client.char, character)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]