summaryrefslogtreecommitdiff
path: root/alot/widgets.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-01-28 11:05:13 -0800
committerPatrick Totzke <patricktotzke@gmail.com>2012-01-28 11:05:13 -0800
commit0de42edbed08c04fae0be3c591198d71ff1a84e3 (patch)
tree3f30f28121bfc75e3cc97040283a2a3b91491f36 /alot/widgets.py
parent1a3f0f8aec9d843da98e527083f1dff8e4ed0b18 (diff)
parente578364552631d39758ec879aea3e5a52ace69ac (diff)
Merge pull request #291 from 0x64746b/cleanup_theming_methods
Cleanup theming methods
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'