]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Windows PuTTYgen: fix mis-setting of radio buttons.
authorSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 12:01:33 +0000 (13:01 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 12:01:33 +0000 (13:01 +0100)
commit64d283702bbf0bde117fec5306d7f5cccfe75570
treeb4286b8c84e216ab171828b1ab8db2700b92a2d2
parent89da2ddf564a93414ee9ab2df3f053608094e417
Windows PuTTYgen: fix mis-setting of radio buttons.

The menu options and radio buttons for key type were not consistently
setting each other when selected: in particular, selecting from the
menu did not cause the ED25519 radio button to be either set or unset
when that would have been appropriate.

Looks as if I failed to catch in code review the fact that we should
have _one_ call to each of CheckRadioButton and CheckMenuRadioItem,
and they should both have the right 'first' and 'last' parameters
windows/winpgen.c