From: Keith Packard Date: Sat, 20 Nov 2010 08:13:58 +0000 (-0800) Subject: altosui: Fix channel changing in flight UI to actually work X-Git-Tag: debian/0.7.1+76+g9a99cab~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9a99cabc1c34c657fc95246192ba6d330f5f22d3;hp=9a99cabc1c34c657fc95246192ba6d330f5f22d3 altosui: Fix channel changing in flight UI to actually work 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 ---