yux0 / reduxcomputing-proximity

Automatically exported from code.google.com/p/reduxcomputing-proximity
0 stars 0 forks source link

AppController not delegate of NSApplication #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The AppController object is not presently set as the delegate of NSApplication 
so no delegate messages are being received. Notably applicationWillTerminate: 
is not being called and thus no clean up is occurring when the app quits. This 
is not a major flaw but it was clearly the intent of the app to clean up at 
shutdown. 

Suggested resolution is to set the AppController as delegate of the 
NSApplication object in the MainMenu.XIB file. This could also be accomplished 
programmatically in awakeFromNib with the rest of the app setup.

Proximity 1.5; OS X 10.6.4; XCode 3.2.4

Original issue reported on code.google.com by pfvern...@gmail.com on 13 Oct 2010 at 5:39