summaryrefslogtreecommitdiff
path: root/alot/widgets/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets/search.py')
-rw-r--r--alot/widgets/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/widgets/search.py b/alot/widgets/search.py
index c0b12007..7b7cd52d 100644
--- a/alot/widgets/search.py
+++ b/alot/widgets/search.py
@@ -177,7 +177,7 @@ class ThreadlineWidget(urwid.AttrMap):
def get_thread(self):
return self.thread
- def _get_theme(self, component, focus=False):
+ def _get_theme(component, focus=False):
path = ['search', 'threadline', component]
if focus:
path.append('focus')