From 2ce7b782b3f82f7616a547c4793284fcccb4bc9a Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 7 May 2003 13:14:48 +0000 Subject: [PATCH] Bah. Stop the Proxy panel appearing empty in Change Settings. One day I'll make a reasonably big checkin and _not_ have six tiny mop- up issues after it... git-svn-id: svn://svn.tartarus.org/sgt/putty@3169 cda61777-01e9-0310-a592-d414129be87e --- unix/uxcfg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/uxcfg.c b/unix/uxcfg.c index 8d8d65eb..582b45d9 100644 --- a/unix/uxcfg.c +++ b/unix/uxcfg.c @@ -130,9 +130,9 @@ void unix_setup_config_box(struct controlbox *b, int midsession, void *win) * Unix supports a local-command proxy. This also means we must * adjust the text on the `Telnet command' control. */ - s = ctrl_getset(b, "Connection/Proxy", "basics", NULL); - { + if (!midsession) { int i; + s = ctrl_getset(b, "Connection/Proxy", "basics", NULL); for (i = 0; i < s->ncontrols; i++) { c = s->ctrls[i]; if (c->generic.type == CTRL_RADIO && -- 2.11.0