Changeset 8918

Show
Ignore:
Timestamp:
10/21/07 11:28:34 (13 months ago)
Author:
asterix
Message:

fix unicode error in groupchat. Fixes #3480

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/groupchat_control.py

    r8915 r8918  
    195195 
    196196                self.room_jid = self.contact.jid 
    197                 self.nick = contact.name 
     197                self.nick = contact.name.decode('utf-8') 
    198198                self.new_nick = '' 
    199199                self.name = self.room_jid.split('@')[0]