Correction for #16688 as well as some other minor changes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2006-05-29 05:00:42 +00:00
parent 19e6da83c7
commit d585d1e2fb
4 changed files with 24 additions and 9 deletions

View file

@ -207,7 +207,11 @@
_window = aWindow;
}
//FIXME: In the later specification this method has a different return type!!
/**
* Creates the window controllers for the current document. Calls
* addWindowController: on the receiver to add them to the controller
* array.
*/
- (void) makeWindowControllers
{
NSString *name = [self windowNibName];