From: Daniel Carl Date: Sun, 21 Apr 2013 13:10:16 +0000 (+0200) Subject: Removed default download path. X-Git-Url: https://git.owens.tech/assets/static/git.owens.tech/assets/static/git.owens.tech/git?a=commitdiff_plain;h=b23d94883f5f0024b06c4097405d14207f1b5c74;p=vimb.git Removed default download path. In multiuser environments it's not a good idea to save the downloads in the widely readable /tmp directory. Now the users home directory will be used as default download directory. --- diff --git a/src/config.h b/src/config.h index 15e0072..7fc4d5a 100644 --- a/src/config.h +++ b/src/config.h @@ -148,7 +148,7 @@ const char *default_config[] = { "set hint-style=position:absolute;z-index:100000;font-family:monospace;font-weight:bold;font-size:10px;color:#000;background-color:#fff;margin:0;padding:0px 1px;border:1px solid #444;opacity:0.7;", "set ca-bundle=/etc/ssl/certs/ca-certificates.crt", "set home-page=https://github.com/fanglingsu/vimb", - "set download-path=/tmp/vimb", + "set download-path=", "set history-max-items=2000", "set editor-command=x-terminal-emulator -e vi %s", NULL