Adding fix for Report#7850

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18561 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-02-08 16:38:09 +00:00
parent 34a2fbf832
commit 4ebb91f329
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-02-08 11:43 Gregory John Casamento <greg_casamento@yahoo.com>
* ClassInformation.plist: Added change to NSWindow entry suggested
by Stefan Urbanek. The windowController outlet was missing from the
list of outlets for this class.
2004-02-04 23:13 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.m: -[GormDocument attachObject:toParent:]

View file

@ -628,7 +628,8 @@
);
Outlets = (
delegate,
initialFirstResponder
initialFirstResponder,
windowController
);
Super = NSResponder;
};