oups, forgot that one
This commit is contained in:
parent
60cccbbd3d
commit
9611d4f945
|
@ -540,8 +540,7 @@ class ChatControlBase(MessageControl):
|
|||
else:
|
||||
self.sent_history.append(message)
|
||||
self.sent_history_pos = size + 1
|
||||
|
||||
self.orig_msg = ''
|
||||
self.orig_msg = None
|
||||
|
||||
def print_conversation_line(self, text, kind, name, tim,
|
||||
other_tags_for_name = [], other_tags_for_time = [],
|
||||
|
|
Loading…
Reference in New Issue