Hi,
I am writing an NSDocument based application using renaissance, but my recent
documents menu never gets any entries.
Thats is in my GSMarkupDocument subclass:
- (BOOL)readFromURL:(NSURL *)absoluteURL ofType:(NSString *)typeName
error:(NSError **)outError
{
ASSIGN(_eomodel, [EOModel modelWithContentsOfFile: [absoluteURL path]]);
ASSIGN(_entityNames,[_eomodel entityNames]);
return YES;
}
which loads the document just fine, but the recent documents menu is empty...
Any ideas?
David
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev