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:
Fred Kiefer 2001-11-26 20:27:47 +00:00
parent 11a71ac8c3
commit 265a9e656e

View file

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