Re: applicationShouldTerminate gets called on with no edited documents

2010-06-13 Thread Reinhard Segeler
Am 11.06.2010 um 23:51 schrieb Brad Stone: If applicationShouldTerminate would get called like it does with no edited documents I would be in great shape. Why doesn't applicationShouldTerminate get called? ___ Cocoa-dev mailing list

applicationShouldTerminate gets called on with no edited documents

2010-06-11 Thread Brad Stone
I have (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender in my app delegate and it gets called when the user quits if **no** documents have been edited (I'm using Core Data). If one of my documents **is** edited it doesn't get called. It goes right to -