mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Fix "no proxy" option.
svn path=/trunk/netsurf/; revision=3613
This commit is contained in:
parent
f25874301c
commit
ca50ffb53c
@ -199,6 +199,7 @@ void nsgtk_options_save(void) {
|
||||
case 0:
|
||||
option_http_proxy = false;
|
||||
option_http_proxy_auth = OPTION_HTTP_PROXY_AUTH_NONE;
|
||||
break;
|
||||
case 1:
|
||||
option_http_proxy = true;
|
||||
option_http_proxy_auth = OPTION_HTTP_PROXY_AUTH_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user