altosui: Fix channel changing in flight UI to actually work
authorKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 08:13:58 +0000 (00:13 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 20 Nov 2010 08:13:58 +0000 (00:13 -0800)
Replacing the menu with a combo box required reworking the way events
are delivered from that widget back to the channel changing
function. Just delete the old magic and use the JComboBox action
listener directly.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found