Avoid launching a session from the Default Settings, even if they do
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Feb 2007 17:02:41 +0000 (17:02 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 10 Feb 2007 17:02:41 +0000 (17:02 +0000)
commit95a9448ff70b692889c6f93d4495af3d73c23bab
treebc2e37eb4786371babb863697d9b708c9346b8b6
parent4aaab6a8537f29e100514d9691480c555b669e7d
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: svn://svn.tartarus.org/sgt/putty@7265 cda61777-01e9-0310-a592-d414129be87e
config.c
unix/gtkwin.c
windows/window.c