mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Minor fixed in init methods of NSWindowController
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11088 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cd967093fd
commit
7802332a82
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
Sat Oct 6 17:23:49 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSWindowController.m ([-initWithWindowNibName:owner:]):
|
||||
Raise and exception on nil nib name or on nil owner.
|
||||
([-init]): Call initWithWindow: rather than initWithWindowNibName:
|
||||
because the latter can't accept a nil argument.
|
||||
([-initWithWindow:]): Assign to self the result of [super init].
|
||||
|
||||
2001-10-03 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Headers/gnustep/gui/NSNibLoading.h: New GSCustomView class.
|
||||
|
|
Loading…
Reference in a new issue