mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
[project @ 2004-02-13 23:18:29 by bursa]
Fix proxy host icon. svn path=/import/netsurf/; revision=539
This commit is contained in:
parent
765c02622b
commit
60cf7f781a
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user