]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit5d76e00dac9220e8798e4d0f17a4069a58ae1667
treebc2e37eb4786371babb863697d9b708c9346b8b6
parentc4893477bdc563fd24cfeb406ff1925467670673
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.

[originally from svn r7265]
config.c
unix/gtkwin.c
windows/window.c