From cac2832701463d16af75a4a7a3f02ef248fd6ee6 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 22 Jan 2007 21:08:54 +0000 Subject: [PATCH] revert bad change from [7807]. focus_out_line in gc are now not moved on each message. --- src/conversation_textview.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conversation_textview.py b/src/conversation_textview.py index cd60ae0a7..cbae1fd1d 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -246,6 +246,8 @@ class ConversationTextview: before_img_iter.backward_char() # one char back (an image also takes one char) buffer.apply_tag_by_name('focus-out-line', before_img_iter, end_iter) + self.allow_focus_out_line = False + # update the iter we hold to make comparison the next time self.focus_out_end_iter_offset = buffer.get_end_iter().get_offset()