mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
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:
parent
11a71ac8c3
commit
265a9e656e
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue