A little cleanup, a slightly more straight-forward way of checking the Growl path, and the method to register Growl won't be called through Interface Builder.

This commit is contained in:
Mitchell Livingston
2006-06-19 23:07:28 +00:00
parent b91020b447
commit 2c8b4c80ee
6 changed files with 34 additions and 52 deletions

View File

@@ -60,8 +60,7 @@
{
[[NSUserDefaults standardUserDefaults] registerDefaults:
[NSDictionary dictionaryWithContentsOfFile:
[[NSBundle mainBundle] pathForResource: @"Defaults"
ofType: @"plist"]]];
[[NSBundle mainBundle] pathForResource: @"Defaults" ofType: @"plist"]]];
}
- (void) dealloc