From d2c9d3b2532586de2c72c248571fca8b4adb858e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 21 Jul 2005 15:43:53 +0000 Subject: [PATCH] fix a TB --- 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 0799c33ef..cd526e42d 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1546,7 +1546,7 @@ _('If "%s" accepts this request you will know his status.') %jid).get_response() if unrd: unread = True break - for jid in win.users: + for jid in win.contacts: if time.time() - gajim.last_message_time[account][jid] < 2: recent = True break