typo
This commit is contained in:
parent
d2e4a230c8
commit
02c6805a23
|
@ -1286,7 +1286,7 @@ class Interface:
|
||||||
if gajim.gc_contacts[account][room_jid].has_key(nick):
|
if gajim.gc_contacts[account][room_jid].has_key(nick):
|
||||||
show = gajim.gc_contacts[account][room_jid][nick].show
|
show = gajim.gc_contacts[account][room_jid][nick].show
|
||||||
else:
|
else:
|
||||||
show = 'offline':
|
show = 'offline'
|
||||||
c = Contact(jid = jid, name = nick, groups = ['none'],
|
c = Contact(jid = jid, name = nick, groups = ['none'],
|
||||||
show = show, ask = 'none')
|
show = show, ask = 'none')
|
||||||
self.roster.new_chat(c, account)
|
self.roster.new_chat(c, account)
|
||||||
|
|
Loading…
Reference in New Issue