fix TB
This commit is contained in:
parent
8919febc5d
commit
9b336bceed
|
@ -1657,6 +1657,7 @@ class ChatControl(ChatControlBase):
|
||||||
name = self.contact.get_shown_name()
|
name = self.contact.get_shown_name()
|
||||||
elif row[1] == constants.KIND_ERROR:
|
elif row[1] == constants.KIND_ERROR:
|
||||||
kind = 'status'
|
kind = 'status'
|
||||||
|
name = self.contact.get_shown_name()
|
||||||
|
|
||||||
tim = time.localtime(float(row[0]))
|
tim = time.localtime(float(row[0]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue