X-Git-Url: http://git.ithinksw.org/GrowlITTSW.git/blobdiff_plain/2802d8d58f43f9b0b5c01c0c5ade24fdbecf17c7..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.