From 9b336bceed1ffd07eb8b53496c632bc37561969b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 13 Jan 2007 21:42:28 +0000 Subject: [PATCH] fix TB --- src/chat_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat_control.py b/src/chat_control.py index 84190b621..81944af78 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -1657,6 +1657,7 @@ class ChatControl(ChatControlBase): name = self.contact.get_shown_name() elif row[1] == constants.KIND_ERROR: kind = 'status' + name = self.contact.get_shown_name() tim = time.localtime(float(row[0]))