mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
49f6931245
commit
12423e223f
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue