This commit is contained in:
Yann Leboulanger 2007-08-11 12:41:55 +00:00
parent 8976baecb3
commit 27148ffa66
1 changed files with 1 additions and 1 deletions

View File

@ -4065,7 +4065,7 @@ class RosterWindow:
for ctrl in win.controls():
fjid = ctrl.get_full_jid()
if gajim.last_message_time[ctrl.account].has_key(fjid):
if time.time() - gajim.last_message_time[ctrl.accountt][fjid]\
if time.time() - gajim.last_message_time[ctrl.account][fjid]\
< 2:
recent = True
break