Workaround for Bean NIB loading issue.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30016 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2010-03-21 23:27:47 +00:00
parent 402a8fef59
commit ec2ea1114d
2 changed files with 7 additions and 0 deletions

View file

@ -1649,6 +1649,7 @@ originalContentsURL: (NSURL *)orig
[array[count] close];
}
[self _removeAutosavedContentsFile];
AUTORELEASE(RETAIN(self));
[[NSDocumentController sharedDocumentController] removeDocument: self];
}
}