mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 06:00:44 +00:00
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:
parent
34a2fbf832
commit
4ebb91f329
2 changed files with 8 additions and 1 deletions
|
@ -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:]
|
||||
|
|
|
@ -628,7 +628,8 @@
|
|||
);
|
||||
Outlets = (
|
||||
delegate,
|
||||
initialFirstResponder
|
||||
initialFirstResponder,
|
||||
windowController
|
||||
);
|
||||
Super = NSResponder;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue