More focus fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14800 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-10-20 01:48:55 +00:00
parent 6d3f7f9d38
commit feaf4828d5
7 changed files with 77 additions and 37 deletions

View file

@ -67,6 +67,9 @@
[super init];
_documentIndex = untitledCount++;
_windowControllers = [[NSMutableArray alloc] init];
/* Set our default type */
[self setFileType: [[[self class] writableTypes] objectAtIndex: 0]];
return self;
}