fix typo
This commit is contained in:
parent
8976baecb3
commit
27148ffa66
|
@ -4065,7 +4065,7 @@ class RosterWindow:
|
||||||
for ctrl in win.controls():
|
for ctrl in win.controls():
|
||||||
fjid = ctrl.get_full_jid()
|
fjid = ctrl.get_full_jid()
|
||||||
if gajim.last_message_time[ctrl.account].has_key(fjid):
|
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:
|
< 2:
|
||||||
recent = True
|
recent = True
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue