aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/plugins/history.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/plugins/history.py')
-rw-r--r--examples/data/plugins/history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/plugins/history.py b/examples/data/plugins/history.py
index 5e9e4e1..f42f86f 100644
--- a/examples/data/plugins/history.py
+++ b/examples/data/plugins/history.py
@@ -83,7 +83,7 @@ class History(object):
def __str__(self):
return "(History %s, %s)" % (self.cursor, self.prompt)
-def keycmd_exec(uzbl, keylet):
+def keycmd_exec(uzbl, modstate, keylet):
cmd = keylet.get_keycmd()
if cmd:
uzbl.history.add(cmd)