X-Git-Url: http://git.ithinksw.org/GrowlITTSW.git/blobdiff_plain/1355f099f7c9b800fe305e04ae4fbe89e440c0d7..fad781e94b464109aaa2243aa5ad2e593ea6e9bb:/GrowlITTSWDisplay.m diff --git a/GrowlITTSWDisplay.m b/GrowlITTSWDisplay.m index bbd7515..b6727e8 100644 --- a/GrowlITTSWDisplay.m +++ b/GrowlITTSWDisplay.m @@ -12,11 +12,12 @@ [super dealloc]; } -/* - (NSPreferencePane *) preferencePane { - if (!preferencePane) - preferencePane = [[GrowlITTSWPrefs alloc] initWithBundle:[NSBundle bundleWithIdentifier:@"com.ithinksw.growl.ittsw"]]; +- (NSPreferencePane *) preferencePane { + if (!preferencePane) { + preferencePane = [[GrowlITTSWPrefs alloc] initWithBundle:[NSBundle bundleWithIdentifier:@"com.ithinksw.growl-ittsw"]]; + } return preferencePane; -}*/ +} //we implement requiresPositioning entirely because it was added as a requirement for doing 1.1 plugins, however //we don't really care if positioning is required or not, because we are only ever in the menubar.