Bah. Stop the Proxy panel appearing empty in Change Settings. One
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 7 May 2003 13:14:48 +0000 (13:14 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 7 May 2003 13:14:48 +0000 (13:14 +0000)
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

index 8d8d65e..582b45d 100644 (file)
@@ -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 &&