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 1b04591a..2b12a550 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -195,7 +195,7 @@ class ThreadlineWidget(urwid.AttrMap):
tag_theme = theme + '_{tag}'.format(tag=tag)
if config.has_theming(tag_theme):
theme = tag_theme
- break
+ break
return theme