typo
This commit is contained in:
parent
091211434e
commit
258ee85e79
|
@ -712,7 +712,7 @@ class RosterWindow:
|
||||||
if not show:
|
if not show:
|
||||||
show = 'online'
|
show = 'online'
|
||||||
contact = Contact(jid=jid, name=account,
|
contact = Contact(jid=jid, name=account,
|
||||||
show=roster.getShow(jid+'/'+resource),
|
show=show,
|
||||||
status=roster.getStatus(jid+'/'+resource), resource=resource,
|
status=roster.getStatus(jid+'/'+resource), resource=resource,
|
||||||
priority=roster.getPriority(jid+'/'+resource))
|
priority=roster.getPriority(jid+'/'+resource))
|
||||||
contacts.append(contact)
|
contacts.append(contact)
|
||||||
|
|
Loading…
Reference in New Issue