summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deluge/ui/gtkui/filtertreeview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/gtkui/filtertreeview.py b/deluge/ui/gtkui/filtertreeview.py
index c1cafc27c..cf1dce421 100644
--- a/deluge/ui/gtkui/filtertreeview.py
+++ b/deluge/ui/gtkui/filtertreeview.py
@@ -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):