Undo first change of [7064]. What was that ?? Fixes #2488.
This commit is contained in:
parent
53f8b119bc
commit
f19ef94aec
|
@ -547,7 +547,7 @@ class ChatControlBase(MessageControl):
|
||||||
end = True
|
end = True
|
||||||
textview.print_conversation_line(text, jid, kind, name, tim,
|
textview.print_conversation_line(text, jid, kind, name, tim,
|
||||||
other_tags_for_name, other_tags_for_time, other_tags_for_text,
|
other_tags_for_name, other_tags_for_time, other_tags_for_text,
|
||||||
subject, old_kind, xhtml = xhtml)
|
subject, old_kind, xhtml)
|
||||||
|
|
||||||
if not count_as_new:
|
if not count_as_new:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue