summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/globals.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index 38b16544..1a8688fe 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -44,8 +44,8 @@ class AttachmentWidget(urwid.WidgetWrap):
class ChoiceWidget(urwid.Text):
- def __init__(self, choices, callback, choices_to_return=None,
- cancel=None, select=None, separator=' '):
+ def __init__(self, choices, callback, cancel=None, select=None,
+ separator=' ', choices_to_return=None):
self.choices = choices
self.choices_to_return = choices_to_return or {}
self.callback = callback