remove deprecated fixme

This commit is contained in:
Nikos Kouremenos 2005-12-06 22:07:14 +00:00
parent a2c430f899
commit eae33b3677
1 changed files with 0 additions and 1 deletions

View File

@ -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)