Adopted to name changes of NSWindowController methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2001-11-26 20:27:47 +00:00
parent 9d857045a2
commit d2f7f22a23

View file

@ -141,7 +141,7 @@
ASSIGN(_fileName, fileName); ASSIGN(_fileName, fileName);
[_windowControllers makeObjectsPerformSelector: [_windowControllers makeObjectsPerformSelector:
@selector(_synchronizeWindowTitleWithDocumentName)]; @selector(synchronizeWindowTitleWithDocumentName)];
} }
- (NSString *)fileType - (NSString *)fileType
@ -240,7 +240,7 @@
for (i=0; i<count; i++) for (i=0; i<count; i++)
{ {
[[[_windowControllers objectAtIndex:i] window] setDocumentEdited:isEdited]; [[_windowControllers objectAtIndex: i] setDocumentEdited: isEdited];
} }
} }