Fixed aborting in the exception handler to take advantage of the code in

the base exception handler


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8838 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-27 13:21:35 +00:00
parent d3a76d36c2
commit 023ba907c1

View file

@ -1,3 +1,9 @@
Sat Jan 27 11:56:33 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSApplication.m (_NSAppKitUncaughtExceptionHandler):
When aborting, simply reraise the exception which gets then managed by
the base library exception handler.
Sat Jan 27 11:33:35 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSColorWell.m ([-acceptsFirstMouse:]): Added.