From c0c9a1af6d9b201bc36bbcc2c29d95020f6e9c6b Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Mon, 8 Apr 2013 21:00:54 +0400 Subject: [PATCH] ChatstatePlugin. fix unicode --- chatstate/chatstate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatstate/chatstate.py b/chatstate/chatstate.py index 28a8f65..9dc2398 100644 --- a/chatstate/chatstate.py +++ b/chatstate/chatstate.py @@ -67,7 +67,7 @@ class ChatstatePlugin(GajimPlugin): if c.show not in ('error', 'offline'): nb_connected_contact += 1 if nb_connected_contact > 1: - name += paragraph_direction_mark(unicode(name)) + name += paragraph_direction_mark(name) name += ' (%d)' % nb_connected_contact for child_iter in child_iters: