From 27148ffa665764f6bbf93736078007a0b7240747 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 11 Aug 2007 12:41:55 +0000 Subject: [PATCH] fix typo --- src/roster_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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