mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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
This commit is contained in:
parent
f67c71a580
commit
2dc3d2580d
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
Fri Feb 22 22:55:51 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Patches by Alexander Malmberg <alexander@malmber.org>:
|
||||
* 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 <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/gnustep/gui/NSApplication.h (_runLoopPool): Store the main run loop
|
||||
|
|
Loading…
Reference in a new issue