fix one more unicode error

This commit is contained in:
Yann Leboulanger 2012-12-30 23:49:05 +01:00
parent b6b3bcb552
commit e8dab6e41c
1 changed files with 1 additions and 1 deletions

View File

@ -619,7 +619,7 @@ class CommonConnection:
conn=self, stanza_str=unicode(data, errors='ignore')))
elif event == nbxmpp.transports_nb.DATA_SENT:
gajim.nec.push_incoming_event(StanzaSentEvent(None, conn=self,
stanza_str=unicode(data)))
stanza_str=data))
def change_status(self, show, msg, auto=False):
if not msg: