karelia / iMedia

The Karelia iMedia Browser, framework and application for browsing media on Mac OS X
http://www.karelia.com/imedia/
Other
129 stars 52 forks source link

Shouldn't saveStateToPreferences etc. on applicationWillTerminate: #71

Open danwood opened 12 years ago

danwood commented 12 years ago

I noticed we are observing NSApplicationWillTerminateNotification in a few places, so that we can invoke saveStateToPreferences or _saveStateToPreferences / reset (to unload parsers) However, from some debugging I just had to do, it seems that if you have sudden termination enabled on your application, this notification will NOT get called.