This commit is contained in:
Yann Leboulanger 2005-07-21 15:43:53 +00:00
parent c851323c51
commit d2c9d3b253
1 changed files with 1 additions and 1 deletions

View File

@ -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