mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-10 07:38:06 -05:00
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... [originally from svn r3169]
This commit is contained in:
parent
8460ecd27d
commit
6b362191f1
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user