diff --git a/src/roster_window.py b/src/roster_window.py index 3bb928226..8f1c04db1 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -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