summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-01-08 18:33:25 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-01-08 18:33:25 +0000
commite5d2f3bfaf0bbe72aa23d5134b2a446b7e31b4c8 (patch)
treebbf63f202bd9733938ec30758f4dd2f77b061b00 /alot/buffers.py
parentc9cd9d36b6103f17a265b334397af88655797e19 (diff)
fix widget updating for thread retag
issue #236
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index c55096c7..bf16d1d4 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -274,7 +274,7 @@ class ThreadBuffer(Buffer):
(messagewidget, size) = self.body.get_focus()
return messagewidget
- def get_messagewidgets():
+ def get_messagewidgets(self):
"""returns all message widgets contained in this list"""
return self.body.body.contents