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:
Nicola Pero 2001-10-06 13:30:01 +00:00
parent cd967093fd
commit 7802332a82

View file

@ -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.