Fix typo
This commit is contained in:
parent
08ea99c233
commit
b681ca8909
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue