From eae33b3677b86c6849f1a472251d47a70e60e88c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 6 Dec 2005 22:07:14 +0000 Subject: [PATCH] remove deprecated fixme --- src/conversation_textview.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conversation_textview.py b/src/conversation_textview.py index fe9b1e209..853714fc2 100644 --- a/src/conversation_textview.py +++ b/src/conversation_textview.py @@ -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)