Fix typo
This commit is contained in:
parent
79fb4b260d
commit
a777233a7a
@ -122,7 +122,7 @@ class FilterTreeView(component.Component):
|
|||||||
|
|
||||||
#colors using current theme.
|
#colors using current theme.
|
||||||
style = self.window.window.get_style()
|
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]
|
self.colour_foreground = style.fg[gtk.STATE_NORMAL]
|
||||||
|
|
||||||
def start(self):
|
def start(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user