This commit is contained in:
Yann Leboulanger 2007-01-13 21:42:28 +00:00
parent 8919febc5d
commit 9b336bceed
1 changed files with 1 additions and 0 deletions

View File

@ -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]))