]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fixed the bug whereby PuTTYgen went into generation mode as soon as
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Mar 2003 09:22:52 +0000 (09:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Mar 2003 09:22:52 +0000 (09:22 +0000)
commit196fc3ea8df1478f069e92ecf824b8b624ee7d44
tree7a00837be0a2d74475313a38c2d9aba36c1c7934
parent174b839586f2670e8c4b3b5c8ef8f49758ee909f
Fixed the bug whereby PuTTYgen went into generation mode as soon as
it started up. The problem was that I was accepting _any_ event on
IDC_GENERATE to trigger this, not just the `clicked' event, and some
uninteresting event like `initialise' must have occurred. Quite why
this only showed up as a result of the config box revamp I can't
imagine.

[originally from svn r2972]
puttygen.c