Fix "no proxy" option.

svn path=/trunk/netsurf/; revision=3613
This commit is contained in:
John Mark Bell 2007-09-30 01:16:42 +00:00
parent f25874301c
commit ca50ffb53c
1 changed files with 1 additions and 0 deletions

View File

@ -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;