diff options
author | portix <portix@gmx.net> | 2012-01-16 11:29:14 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-01-16 11:29:14 +0100 |
commit | 2b96f17a160a525ab926b653fb4685265f42f953 (patch) | |
tree | 3b49cb2a1c0ec30e13403e52869f139da4c95664 /src/config.h | |
parent | bd40496902ac578c8e45786a35c1377e161ef108 (diff) | |
parent | a326c1960e4b8e96f601fb70c7e43b578dd981db (diff) | |
download | dwb-2b96f17a160a525ab926b653fb4685265f42f953.zip |
Merging head 976
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 9d82995b..43cd9dee 100644 --- a/src/config.h +++ b/src/config.h @@ -927,6 +927,8 @@ static WebSettings DWB_SETTINGS[] = { /* downloads */ { { "download-external-command", "External program used for downloads", }, SETTING_GLOBAL, CHAR, { .p = "xterm -e wget 'dwb_uri' -O 'dwb_output' --load-cookies 'dwb_cookies'" }, NULL, }, + { { "download-no-confirm", "Wheter to confirm download directory", }, + SETTING_GLOBAL, BOOLEAN, { .b = false }, NULL, }, { { "download-directory", "Default download directory", }, SETTING_GLOBAL, CHAR, { .p = NULL }, NULL, }, { { "download-use-external-program", "Whether to use an external download program", }, |