]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Avoid launching a session from the Default Settings, even if they do
authorSimon Tatham <anakin@pobox.com>
Sat, 10 Feb 2007 17:02:41 +0000 (17:02 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 10 Feb 2007 17:02:41 +0000 (17:02 +0000)
commit2011172e18ec9735520a5568b002aa8d56d2d97f
treebc2e37eb4786371babb863697d9b708c9346b8b6
parent4c1f5609bc93c10ad18b610fea87b88fc19d00b8
Avoid launching a session from the Default Settings, even if they do
represent a launchable session, unless the user can be construed to
have really meant it. This means:
 - starting up PuTTY when the Default Settings are launchable still
   brings up the config box, and you have to hit Open to actually
   launch that session
 - double-clicking on Default Settings from the config box will load
   them but not launch them.
On the other hand:
 - explicitly loading the Default Settings on the command line using
   `-load' _does_ still launch them.

git-svn-id: http://svn.tartarus.org/sgt/putty@7265 cda61777-01e9-0310-a592-d414129be87e
config.c
unix/gtkwin.c
windows/window.c