From b1b605ef4b4bcdb4ae080cb9a596ce39892e58f4 Mon Sep 17 00:00:00 2001 From: tczy Date: Wed, 30 Dec 2009 02:10:35 +0200 Subject: uzbl-tabbed bind '@' fix --- examples/data/uzbl/scripts/uzbl-tabbed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/data/uzbl/scripts') diff --git a/examples/data/uzbl/scripts/uzbl-tabbed b/examples/data/uzbl/scripts/uzbl-tabbed index bb9b9a2..d93a3f4 100755 --- a/examples/data/uzbl/scripts/uzbl-tabbed +++ b/examples/data/uzbl/scripts/uzbl-tabbed @@ -1010,7 +1010,7 @@ class UzblTabbed: instance.''' binds = [] - bind_format = r'bind %s = sh "echo \"%s\" > \"%s\""' + bind_format = r'@bind %s = sh "echo \"%s\" > \"%s\""' bind = lambda key, action: binds.append(bind_format % (key, action,\ self.fifo_socket)) -- cgit v1.2.3