Workaround for bug in OpenMotif 2.1 and 2.2. If you have an active tear-off
commit87cb83b16e57df1727e45f561803c1d6e3bc0bab
authorScott Tringali <tringali@users.sourceforge.net>
Tue, 13 Jan 2004 14:46:26 +0000 (13 14:46 +0000)
committerScott Tringali <tringali@users.sourceforge.net>
Tue, 13 Jan 2004 14:46:26 +0000 (13 14:46 +0000)
treeb4466501c7fd32dc5638ba5ea4c683299e3a2c95
parent05496d3d0e54959f69de4143261fbd617d7e6868
Workaround for bug in OpenMotif 2.1 and 2.2.  If you have an active tear-off
menu from a TopLevelShell that is a child of an ApplicationShell, and then
close the parent window, Motif crashes.  The problem doesn't happen if you
close the tear-offs first, so, we programatically close them before destroying
the shell widget.
source/window.c