aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rwxr-xr-xexamples/data/uzbl/scripts/cookie_daemon.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 15afb3e..1a19e9e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -41,6 +41,7 @@ Contributors:
Helmut Grohne (helmut) - move void **ptr to union, various fixes
Paweł Zuzelski (pawelz) - download handler proxy patch
Michael Fiano (axionix) - added cookie_daemon.py whitelist
+ Jake Probst <jake.probst@gmail.com> - uzbl_tabbed: multiline tablist
Originaly based on http://trac.webkit.org/browser/trunk/WebKitTools/GtkLauncher/main.c
diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py
index 9bdf807..a47a663 100755
--- a/examples/data/uzbl/scripts/cookie_daemon.py
+++ b/examples/data/uzbl/scripts/cookie_daemon.py
@@ -645,6 +645,7 @@ def main():
import pprint
sys.stderr.write("%s\n" % pprint.pformat(config))
+ # it would be better if we didn't need to start this python process just to send a command to the socket, but unfortunately socat doesn't seem to support SEQPACKET
if action == "reload":
send_command(config['cookie_socket'], "RELOAD")