summaryrefslogtreecommitdiff
path: root/alot/widgets.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-07-07 12:47:49 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-07 12:49:16 +0100
commiteb9ed7fc7c7802af1e58d47c0df7c0afa0a3726d (patch)
tree61729e36ded17e60597f8ae83cbe29de86d9bc59 /alot/widgets.py
parent3c539e1c7b37f772d67f4eaf95c590030f91bcc1 (diff)
rename threadline order --> parts
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 5986c49a..3ddd1903 100644
--- a/alot/widgets.py
+++ b/alot/widgets.py
@@ -210,7 +210,7 @@ class ThreadlineWidget(urwid.AttrMap):
self.widgets = []
columns = []
self.structure = settings.get_threadline_theming(self.thread)
- for partname in self.structure['order']:
+ for partname in self.structure['parts']:
minw = maxw = None
width_tuple = self.structure[partname]['width']
if width_tuple is not None: