changeset 109edd779142 in /home/hg/repos/gajim
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=109edd779142
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 3ac9ab784e1d -r 109edd779142 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
@@ -1085,7 +1085,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
insert_tags_func(end_iter, text_before_special_text,
*other_tags)
index = end # update index
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits