changeset 92b04b3a3ced in /home/hg/repos/gajim
author: Yann Leboulanger <[email protected]>
branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=92b04b3a3ced
description: unicode() -> str()
diffstat:
src/conversation_textview.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e4de73d0d9b7 -r 92b04b3a3ced src/conversation_textview.py
--- a/src/conversation_textview.py Sat Feb 15 21:08:54 2014 +0100
+++ b/src/conversation_textview.py Sat Feb 15 21:09:13 2014 +0100
@@ -1286,7 +1286,7 @@
tim = time.localtime()
current_print_time = gajim.config.get('print_time')
if text.startswith('/me '):
- direction_mark = i18n.paragraph_direction_mark(unicode(text[3:]))
+ direction_mark = i18n.paragraph_direction_mark(str(text[3:]))
else:
direction_mark = i18n.paragraph_direction_mark(text)
# don't apply direction mark if it's status message
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits