mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
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:
parent
5033ecc883
commit
52de671700
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue