Fixes to NSWindowController for closing window behaviour

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11115 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-10-08 10:53:08 +00:00
parent 49f6931245
commit 12423e223f

View file

@ -1,3 +1,15 @@
Mon Oct 8 15:05:34 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSWindowController.m ([-setDocument:]): Set the window to
be released when closed if document is non nil, and not to be if
document is nil.
([-loadWindow]): Idem after loading the nib.
([-initWithWindow:]): Call setDocument: nil.
* Source/NSWindowController.m ([-_windowWillClose:]): Do nothing
if the window is not to be released when closed (suggestion by
Ludovic Marcotte <ludovic@Sophos.ca>).
2001-10-08 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSPopUpButtonCell.m