revert bad change from [7807]. focus_out_line in gc are now not moved on each message.

This commit is contained in:
Yann Leboulanger 2007-01-22 21:08:54 +00:00
parent b30e454848
commit cac2832701
1 changed files with 2 additions and 0 deletions

View File

@ -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()