From 258ee85e7904249212a166f8a1a6d6c39ea26474 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 22 Sep 2005 19:18:53 +0000 Subject: [PATCH] typo --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index bd09f250e..37a4b0209 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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)