summaryrefslogtreecommitdiff
path: root/alot/ui.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-03 13:52:36 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-03 13:52:36 +0000
commit8c23ff1bc9c4f297c650536ee3af6179326526e3 (patch)
tree74f09fc6b3835ee2ff3e360c8e5e8479e48b824e /alot/ui.py
parent2b64c36c593dbdaa86f946d657f8748d4e032940 (diff)
fix missing return statement
(got lost during rebase)
Diffstat (limited to 'alot/ui.py')
-rw-r--r--alot/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/ui.py b/alot/ui.py
index 23f6e792..55f0c28d 100644
--- a/alot/ui.py
+++ b/alot/ui.py
@@ -145,7 +145,7 @@ class UI(object):
self.mainloop.remove_alarm(self._alarm)
self._alarm = self.mainloop.set_alarm_in(timeout, fire, cmdline)
else:
- fire(self.mainloop, cmdline)
+ return fire(self.mainloop, cmdline)
elif not candidates:
# case: no sequence with prefix keyseq is mapped