oups, forgot that one

This commit is contained in:
Jean-Marie Traissard 2007-02-08 23:48:52 +00:00
parent 60cccbbd3d
commit 9611d4f945
1 changed files with 1 additions and 2 deletions

View File

@ -540,8 +540,7 @@ class ChatControlBase(MessageControl):
else: else:
self.sent_history.append(message) self.sent_history.append(message)
self.sent_history_pos = size + 1 self.sent_history_pos = size + 1
self.orig_msg = None
self.orig_msg = ''
def print_conversation_line(self, text, kind, name, tim, def print_conversation_line(self, text, kind, name, tim,
other_tags_for_name = [], other_tags_for_time = [], other_tags_for_name = [], other_tags_for_time = [],