From b84227ca56f45fd0b2db8c04fda3ff2d6d25501e Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 22 Feb 2002 23:06:07 +0000 Subject: [PATCH] Fixed problems in the deallocation of windows and in the final shutdown of the application git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12693 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb4ec5f5e..5b3c3aa94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Feb 22 22:55:51 2002 Nicola Pero + + Patches by Alexander Malmberg : + * Source/NSApplication.m ([-dealloc]): Set the main menu and the + window menu to nil, so that we don't try updating them later on in + the shutdown process. + * Source/NSWindow.m ([-dealloc]): Fixed so that it doesn't discard + the autosaved frame. + Fri Feb 22 21:03:19 2002 Nicola Pero * Headers/gnustep/gui/NSApplication.h (_runLoopPool): Store the main run loop