[orca] Fix for bug 708664 - Selection and link indicators messing up braille
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug 708664 - Selection and link indicators messing up braille
- Date: Tue, 4 Feb 2014 14:59:39 +0000 (UTC)
commit faee144d58245f742c1dd3748426fdfb05429746
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Feb 4 09:58:36 2014 -0500
Fix for bug 708664 - Selection and link indicators messing up braille
src/orca/braille.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/braille.py b/src/orca/braille.py
index 20813d8..e09e541 100644
--- a/src/orca/braille.py
+++ b/src/orca/braille.py
@@ -1332,7 +1332,7 @@ def refresh(panToCursor=True,
#writeStruct.attrOr = myUnderline
if attributeMask:
- writeStruct.attrOr = bytes(attributeMask[startPos:endPos], 'UTF-8')
+ writeStruct.attrOr = attributeMask[startPos:endPos]
if not _brlAPIRunning:
init(_callback, settings.tty)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]