aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-13 04:32:38 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-13 04:32:38 +0800
commitf75a2b19017778a8dace0a8004d2a7cf10323bfd (patch)
tree4ee26d190ffa45d06046365af705feb88cd55ebe /examples
parent79f1d42f16bb6e5284d0de22768787e43cc2668f (diff)
Removing call to deprecated function.
Diffstat (limited to 'examples')
-rw-r--r--examples/data/uzbl/plugins/bind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/uzbl/plugins/bind.py b/examples/data/uzbl/plugins/bind.py
index 0f0d0ce..8d9bc91 100644
--- a/examples/data/uzbl/plugins/bind.py
+++ b/examples/data/uzbl/plugins/bind.py
@@ -456,7 +456,7 @@ def match_and_exec(uzbl, bind, depth, keylet, bindlet):
exec_bind(uzbl, bind, *args)
uzbl.set_mode()
if not has_args:
- clear_stack(uzbl, bd)
+ bindlet.reset()
uzbl.clear_current()
return True