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

remove deprecated fixme

parent a2c430f8
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,6 @@ class ConversationTextview(gtk.TextView):
tag = buffer.create_tag('underline')
tag.set_property('underline', pango.UNDERLINE_SINGLE)
# FIXME: make it gtk.JUSTIFY_FILL when GTK+ REALLY supports it
buffer.create_tag('focus-out-line', justification = gtk.JUSTIFY_CENTER)
# muc attention states (when we are mentioned in a muc)
......
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