* Headers/AppKit/NSWindow.h: Minor cleanup and spacing.

* Source/GSNibTemplates.m: Removed call to designated init, since
	this is handled by the initWithCOoder method in NSWindow.m.
	* Source/NSWindow.m: Correction for calling the designated initializer.
	Fix for bug#23336.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26567 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2008-05-24 15:00:12 +00:00
parent 3e0abcb588
commit 71462c5bac
4 changed files with 25 additions and 37 deletions

View file

@ -4899,11 +4899,11 @@ current key view.<br />
[aDecoder decodeValueOfObjCType: @encode(NSBackingStoreType)
at: &aBacking];
// call the designated initializer....
self = [self initWithContentRect: aRect
styleMask: aStyle
backing: aBacking
defer: NO
screen: nil];
defer: NO];
p = [aDecoder decodePoint];
obj = [aDecoder decodeObject];