This commit is contained in:
Yann Leboulanger 2005-09-22 19:18:53 +00:00
parent 091211434e
commit 258ee85e79
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ class RosterWindow:
if not show:
show = 'online'
contact = Contact(jid=jid, name=account,
show=roster.getShow(jid+'/'+resource),
show=show,
status=roster.getStatus(jid+'/'+resource), resource=resource,
priority=roster.getPriority(jid+'/'+resource))
contacts.append(contact)