mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:11:00 +00:00
Cleanup of notification handling in NSWindowController.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17575 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6878b86f27
commit
2677902f96
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2003-08-30 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSWindowController.m
|
||||
Changed [setWindow:] to manage the notification connection to the window.
|
||||
[initWithWindow:], [dealloc] and [_windowWillClose:] now use [setWindow:].
|
||||
[setDocument:] now no longer retains the document, as this is
|
||||
already retaining the window controller. Simplified [loadWindow]
|
||||
by using the method [windowNibPath].
|
||||
|
||||
2003-08-30 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GSNibTemplates.m: Added code to templates to conditionally
|
||||
|
|
Loading…
Reference in a new issue