summaryrefslogtreecommitdiff
path: root/alot/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets.py')
-rw-r--r--alot/widgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets.py b/alot/widgets.py
index 164643c6..a85e31e8 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -209,7 +209,7 @@ class ThreadlineWidget(urwid.AttrMap):
if focus:
theme += '_focus'
highlight_theme += '_focus'
- if config.has_themeing(highlight_theme):
+ if config.has_theming(highlight_theme):
theme = highlight_theme
elif focus:
theme = theme + '_focus'