changeset 776137a98556 in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=776137a98556
description: fix placing corrected message when it contains special text. Fixes 
#7372

diffstat:

 src/conversation_textview.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 9455752df4b2 -r 776137a98556 src/conversation_textview.py
--- a/src/conversation_textview.py      Fri Jul 19 21:12:11 2013 +0200
+++ b/src/conversation_textview.py      Sun Jul 21 20:37:05 2013 +0200
@@ -1095,7 +1095,6 @@
             special_text = otext[start:end]
             if start > index:
                 text_before_special_text = otext[index:start]
-                end_iter = buffer_.get_end_iter()
                 # we insert normal text
                 if other_tags:
                     insert_tags_func(end_iter, text_before_special_text, 
*other_tags)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to