http duplicates all data. first it's blue.
This commit is contained in:
parent
4e0e41dab8
commit
bfac48aac3
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ class tabbed_chat_window:
|
||||||
end_iter = conversation_buffer.get_end_iter()
|
end_iter = conversation_buffer.get_end_iter()
|
||||||
break
|
break
|
||||||
|
|
||||||
conversation_buffer.insert(end_iter, otext[end:])
|
conversation_buffer.insert(end_iter, otext[start:])
|
||||||
|
|
||||||
#scroll to the end of the textview
|
#scroll to the end of the textview
|
||||||
conversation_textview.scroll_to_mark(conversation_buffer.get_mark('end'),\
|
conversation_textview.scroll_to_mark(conversation_buffer.get_mark('end'),\
|
||||||
|
|
Loading…
Add table
Reference in a new issue