fix a TB
This commit is contained in:
parent
c851323c51
commit
d2c9d3b253
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue