mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Fix typo
This commit is contained in:
parent
08ea99c233
commit
b681ca8909
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue