diff --git a/src/conversation_textview.py b/src/conversation_textview.py
index adb803bf5b4f874b744ea3bd664d02e60e7c8b01..fda0fdfbb18a118e69fa6f59cec3a3915a0554c7 100644
--- a/src/conversation_textview.py
+++ b/src/conversation_textview.py
@@ -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