[orca/gnome-3-10] Fix a mysterious Brltty crash triggered by Orca
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-10] Fix a mysterious Brltty crash triggered by Orca
- Date: Wed, 12 Mar 2014 12:31:30 +0000 (UTC)
commit 66b62da9c010977c5bec1335f54b459827c1240d
Author: Attila Hammer <hammera pickup hu>
Date: Wed Feb 5 09:36:15 2014 +0100
Fix a mysterious Brltty crash triggered by Orca
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 2a0c3bf..1764b9d 100644
--- a/src/orca/braille.py
+++ b/src/orca/braille.py
@@ -1312,7 +1312,7 @@ def refresh(panToCursor=True,
if attributeMask:
attributeMask += '\x00'
writeStruct.regionSize += 1
- writeStruct.text = bytes(substring, 'UTF-8')
+ writeStruct.text = substring
writeStruct.cursor = cursorCell
# [[[WDW - if you want to muck around with the dots on the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]