[project @ 2004-02-13 23:18:29 by bursa]

Fix proxy host icon.

svn path=/import/netsurf/; revision=539
This commit is contained in:
James Bursa 2004-02-13 23:18:29 +00:00
parent 765c02622b
commit 60cf7f781a
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ void set_proxy_choices(void)
set_icon_state(dialog_config_prox, ICON_CONFIG_PROX_HTTP,
option_http_proxy);
set_icon_string(dialog_config_prox, ICON_CONFIG_PROX_HTTPHOST,
option_http_proxy_host ? "" : option_http_proxy_host);
option_http_proxy_host ? option_http_proxy_host : "");
set_icon_string_i(dialog_config_prox, ICON_CONFIG_PROX_HTTPPORT,
option_http_proxy_port);
}