This commit is contained in:
Andrew Resch 2009-01-27 21:41:48 +00:00
parent 08ea99c233
commit b681ca8909
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class FilterTreeView(component.Component):
#colors using current theme.
style = self.window.window.get_style()
self.colour_backgrond = style.bg[gtk.STATE_NORMAL]
self.colour_background = style.bg[gtk.STATE_NORMAL]
self.colour_foreground = style.fg[gtk.STATE_NORMAL]
def start(self):