go to end iter after each print_special_text if we don't have an argument with the iter where we have to insert text. See #7372

This commit is contained in:
Yann Leboulanger 2013-07-26 20:29:50 +02:00
parent 49fec47f36
commit f0d1282525
1 changed files with 2 additions and 0 deletions

View File

@ -1095,6 +1095,8 @@ class ConversationTextview(GObject.GObject):
special_text = otext[start:end]
if start > index:
text_before_special_text = otext[index:start]
if not iter_:
end_iter = buffer_.get_end_iter()
# we insert normal text
if other_tags:
insert_tags_func(end_iter, text_before_special_text, *other_tags)