Changeset 7888 for branches/gajim_0.11/src/conversation_textview.py
- Timestamp:
- 01/23/07 21:32:43 (22 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/conversation_textview.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/conversation_textview.py
r7841 r7888 246 246 before_img_iter.backward_char() # one char back (an image also takes one char) 247 247 buffer.apply_tag_by_name('focus-out-line', before_img_iter, end_iter) 248 249 self.allow_focus_out_line = False 248 250 249 251 # update the iter we hold to make comparison the next time
