summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/commands/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index bcd27c07..0887a76a 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -24,7 +24,7 @@ class Command(object):
self.undoable = False
self.help = self.__doc__
- def apply(self, caller):
+ def apply(self, ui):
"""code that gets executed when this command is applied"""
pass