summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-07-15 13:34:41 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-15 13:34:41 +0100
commitc99b64a33ccdf8122be6a59a94398a0ddab58ad5 (patch)
treea82b30586501bc481ea844e2b61afa59956a35cc /alot
parent6a73d0a34f81e1e91860866fcede3b922e805fb9 (diff)
use taglist theme sec
Diffstat (limited to 'alot')
-rw-r--r--alot/buffers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index f4e9bf1c..45c09df8 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -392,7 +392,7 @@ class TagListBuffer(Buffer):
attr = settings.get_theming_attribute('taglist', 'line_odd')
focus_att = settings.get_theming_attribute('taglist', 'line_focus')
- tw = widgets.TagWidget(b)
+ tw = widgets.TagWidget(b, attr, focus_att)
rows = [('fixed', tw.width(), tw)]
if tw.hidden:
rows.append(urwid.Text('[hidden]'))