aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.c
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 13:47:09 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-03 15:09:57 -0700
commit59adc0787f7b77922c671964e471d0fd2dd7fc90 (patch)
tree5fdbbbf22ae041cbea208947aab202ddc0a05d36 /src/uzbl-core.c
parent518004933b6d110d2a6d140f86c759dd4e713607 (diff)
let webkit handle downloads (breaks backward compatibility)
Diffstat (limited to 'src/uzbl-core.c')
-rw-r--r--src/uzbl-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uzbl-core.c b/src/uzbl-core.c
index cb20fd7..c960936 100644
--- a/src/uzbl-core.c
+++ b/src/uzbl-core.c
@@ -93,6 +93,7 @@ const struct var_name_to_ptr_t {
{ "cookie_handler", PTR_V_STR(uzbl.behave.cookie_handler, 1, cmd_set_cookie_handler)},
{ "authentication_handler", PTR_V_STR(uzbl.behave.authentication_handler, 1, set_authentication_handler)},
{ "scheme_handler", PTR_V_STR(uzbl.behave.scheme_handler, 1, NULL)},
+ { "download_handler", PTR_V_STR(uzbl.behave.download_handler, 1, NULL)},
{ "fifo_dir", PTR_V_STR(uzbl.behave.fifo_dir, 1, cmd_fifo_dir)},
{ "socket_dir", PTR_V_STR(uzbl.behave.socket_dir, 1, cmd_socket_dir)},
{ "http_debug", PTR_V_INT(uzbl.behave.http_debug, 1, cmd_http_debug)},