From 60cf7f781abc1f7c9cd61c3e4e439336cc07aea8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 13 Feb 2004 23:18:29 +0000 Subject: [project @ 2004-02-13 23:18:29 by bursa] Fix proxy host icon. svn path=/import/netsurf/; revision=539 --- riscos/dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscos') diff --git a/riscos/dialog.c b/riscos/dialog.c index 561f27d70..a5ab66311 100644 --- a/riscos/dialog.c +++ b/riscos/dialog.c @@ -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); } -- cgit v1.2.3