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:
|
if unrd:
|
||||||
unread = True
|
unread = True
|
||||||
break
|
break
|
||||||
for jid in win.users:
|
for jid in win.contacts:
|
||||||
if time.time() - gajim.last_message_time[account][jid] < 2:
|
if time.time() - gajim.last_message_time[account][jid] < 2:
|
||||||
recent = True
|
recent = True
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue