From f1dd0703a18719e879e9d79d8a40dfc3d21d0273 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 4 Sep 2011 19:21:44 +0100 Subject: fix: forgot to change call to renamed method --- alot/buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot') diff --git a/alot/buffer.py b/alot/buffer.py index dc37d5e2..1ea7766b 100644 --- a/alot/buffer.py +++ b/alot/buffer.py @@ -283,7 +283,7 @@ class TagListBuffer(Buffer): displayedtags = filter(self.filtfun, self.tags) for (num, b) in enumerate(displayedtags): tw = widgets.TagWidget(b) - lines.append(urwid.Columns([('fixed', tw.len(), tw)])) + lines.append(urwid.Columns([('fixed', tw.width(), tw)])) self.taglist = urwid.ListBox(urwid.SimpleListWalker(lines)) self.body = self.taglist -- cgit v1.2.3