]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
The Windows config option to point at an X authority file is only
authorSimon Tatham <anakin@pobox.com>
Tue, 3 Feb 2009 21:22:52 +0000 (21:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 3 Feb 2009 21:22:52 +0000 (21:22 +0000)
commit2b25411ca493fb665acdc5249076ec1f2f66ac59
tree619e20c547de916fa6bdc145431703a3028c77ce
parentbabf7bc67f4812093c9524f25b1af8a493c25059
The Windows config option to point at an X authority file is only
read at connection setup time, so don't offer it in the Change
Settings dialog box.

(In particular, this fixes an assertion failure when selecting
Change Settings on a non-SSH connection, since wincfg.c would have
added that control to Connection/SSH/X11 when the parent panel
Connection/SSH didn't exist. Making the control conditional on the
selected protocol would have been sufficient to fix that failure,
but I now realise that the setting should never have been presented
in mid-session in any case.)

git-svn-id: http://svn.tartarus.org/sgt/putty@8443 cda61777-01e9-0310-a592-d414129be87e
windows/wincfg.c