mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 22:06:42 +00:00
Ensure that new windows properly show their document edited status.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27292 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91f3b7674b
commit
606df8c1b1
4 changed files with 11 additions and 1 deletions
|
@ -207,7 +207,7 @@
|
|||
|
||||
- (void) setDocumentEdited: (BOOL)flag
|
||||
{
|
||||
[_window setDocumentEdited: flag];
|
||||
[[self window] setDocumentEdited: flag];
|
||||
}
|
||||
|
||||
- (void) setWindowFrameAutosaveName:(NSString *)name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue