Fixed exception handler in rare cases - typically when DISPLAY is unset

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-16 12:37:08 +00:00
parent 51b404929f
commit e4c1e53c8c

View file

@ -1,3 +1,8 @@
Tue Jan 16 12:01:28 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSApplication.m (_NSAppKitUncaughtExceptionHandler):
Fixed logging exception when no graphics context exist.
Tue Jan 16 11:54:30 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSAffineTransform.m ([-getMatrixFromTransform:]): New