Skip to content
Snippets Groups Projects
Commit 1347aa1d authored by nkour's avatar nkour
Browse files

a gtk req that will never be done. rm the FIXME

parent 1c3aa8fd
No related branches found
No related tags found
No related merge requests found
......@@ -241,8 +241,6 @@ class ConversationTextview:
before_img_iter = end_iter.copy()
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)
#FIXME: remove this workaround when bug is fixed
# c http://bugzilla.gnome.org/show_bug.cgi?id=318569
self.allow_focus_out_line = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment