This commit is contained in:
Yann Leboulanger 2005-12-13 21:28:02 +00:00
parent d2e4a230c8
commit 02c6805a23
1 changed files with 1 additions and 1 deletions

View File

@ -1286,7 +1286,7 @@ class Interface:
if gajim.gc_contacts[account][room_jid].has_key(nick):
show = gajim.gc_contacts[account][room_jid][nick].show
else:
show = 'offline':
show = 'offline'
c = Contact(jid = jid, name = nick, groups = ['none'],
show = show, ask = 'none')
self.roster.new_chat(c, account)