Fix WB Sound Options greyout and remove some grossness
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 16 Jan 2011 23:28:32 +0000 (00:28 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 29 Jan 2011 02:15:59 +0000 (18:15 -0800)
commitb5f58e6a8f9f29fd221ca37688a3d8aad7e166e0
treef978029295db1b79eee1d1236e4cc203625e7b53
parenta1da98c7ba94945975b1e6373997521f5b560459
Fix WB Sound Options greyout and remove some grossness

The sound and ICS Options menu items in WB were accessed 'by position',
with fixed defined positions (always messing up any reorganization of
the menus when you forgot to redefine the position constants in
winboard.h). And not only that, but for completely mysterious reasons,
the greying of the sound item greyed out the game-list options (above
it) in stead when it was defined as 9, and the ICS options (below it)
when it was 10 !!!. Now they are addressed 'by command' (and the
position definitions are removed), which fixes things.
winboard/winboard.c
winboard/winboard.h