This commit is contained in:
Matthias Neeracher 2011-08-13 15:33:03 +02:00
parent 8c76d004f4
commit 96a01add73

View File

@ -22,7 +22,7 @@
self = [super initWithType:typeName error:outError]; self = [super initWithType:typeName error:outError];
if (self) { if (self) {
/* /*
* Start with a root folder and an inbox folder * Start with an inbox folder
*/ */
NSManagedObjectContext *moc = [self managedObjectContext]; NSManagedObjectContext *moc = [self managedObjectContext];
[[moc undoManager] disableUndoRegistration]; [[moc undoManager] disableUndoRegistration];