From 8842d3ecf666a6822fb1bbd0971e1d574de7dbbc Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 21 Nov 2009 21:53:01 -0600 Subject: [PATCH] Add a FIXME note for later --- terminatorlib/titlebar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 6c206048..da6a6df6 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -87,6 +87,7 @@ class Titlebar(gtk.EventBox): def update(self): """Update our contents""" self.label.set_text("%s %s" % (self.termtext, self.sizetext)) + # FIXME: Aren't we supposed to be setting a colour here too? def set_from_icon_name(self, name, size = gtk.ICON_SIZE_MENU): """Set an icon for the group label"""