Re: no change counts from CoreData undoManager
Re: no change counts from CoreData undoManager
- Subject: Re: no change counts from CoreData undoManager
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 28 Sep 2005 09:05:35 -0700
On Sep 28, 2005, at 1:54 AM, Niko Matsakis wrote:
i.e., my NSPersistentDocument class has the following method (is
this method even needed?):
- undoManager
{
return [[self managedObjectContext] undoManager];
}
It's not clear why you override this? -- see <http://
developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/
ObjC_classic/Classes/NSPersistentDocument.html>. Delete this method...
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden