a gtk req that will never be done. rm the FIXME
This commit is contained in:
parent
1c3aa8fda6
commit
1347aa1de6
|
@ -241,8 +241,6 @@ class ConversationTextview:
|
||||||
before_img_iter = end_iter.copy()
|
before_img_iter = end_iter.copy()
|
||||||
before_img_iter.backward_char() # one char back (an image also takes one char)
|
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)
|
buffer.apply_tag_by_name('focus-out-line', before_img_iter, end_iter)
|
||||||
#FIXME: remove this workaround when bug is fixed
|
|
||||||
# c http://bugzilla.gnome.org/show_bug.cgi?id=318569
|
|
||||||
|
|
||||||
self.allow_focus_out_line = False
|
self.allow_focus_out_line = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue