Fixed bug which was crashing the save panel when run directly from menu.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5272 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-25 02:54:37 +00:00
parent 5033ecc883
commit 52de671700

View file

@ -1,3 +1,11 @@
Thu Nov 25 1999 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSMenuView.m ([-trackWithEvent:]): Fixed bug which was
crashing save panel when run from a menu. We should stop the
periodic events before performing the user-selected action,
otherwise any legitimate attempt of starting the periodic events
during performance of the action crashes the app.
1999-11-24 Adam Fedor <fedor@gnu.org>
* Source/GNUmakefile: Alphabatize headers.