aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar tczy <cy@wre.ath.cx>2009-12-30 02:10:35 +0200
committerGravatar tczy <cy@wre.ath.cx>2009-12-30 02:10:35 +0200
commit41719db3a893189f68dbb97cc49df1fed1e1163a (patch)
tree320d3fee22a48842426614f4520d51e4ac2eae38 /examples
parented7e5126df07826aac90869200e4f48ed6bb9336 (diff)
uzbl-tabbed bind '@' fix
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/uzbl/scripts/uzbl-tabbed2
1 files changed, 1 insertions, 1 deletions
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))