]> git.mxchange.org Git - flightgear.git/commit
make sure the index is in the array, which isn't necessarily the case,
authormfranz <mfranz>
Wed, 8 Feb 2006 17:18:24 +0000 (17:18 +0000)
committermfranz <mfranz>
Wed, 8 Feb 2006 17:18:24 +0000 (17:18 +0000)
commit179e5c587d25e1f1b7aa275866d9eb6218201e24
treeabbdddcf4df4bbaba243d7682d3d50b7a52453df
parenta47725e92f90eed25bbbb8eeb28aa1b9805ba694
make sure the index is in the array, which isn't necessarily the case,
because a dialog button can get pressed when its callback isn't available
any more. Ideally, we would close the dialog or update its buttons when
this happens. But this requires bigger changes.
src/ATC/ATCDialog.cxx