group label text should follow the colour scheme the same as the titlebar. Patch from Stephen Boddy. Closes LP #406639

This commit is contained in:
Chris Jones 2009-07-30 00:30:27 +01:00
parent 1283aafd42
commit 0995147861
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ class TerminatorTermTitle (gtk.EventBox):
def set_foreground_color (self, color):
"""Set the foreground color of the titlebar"""
self._title.modify_fg (gtk.STATE_NORMAL, color)
self._group.modify_fg (gtk.STATE_NORMAL, color)
def set_from_icon_name (self, name, size = gtk.ICON_SIZE_MENU):
"""Set an icon for the group label"""