Changeset 1247
- Timestamp:
- 01/09/10 20:43:29 (8 months ago)
- Files:
-
- 1 modified
-
trunk/CPFPerianPrefPaneController.m (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CPFPerianPrefPaneController.m
r1246 r1247 277 277 } 278 278 279 - (NSDictionary *)myInfoDict ;279 - (NSDictionary *)myInfoDict 280 280 { 281 281 return [NSDictionary dictionaryWithContentsOfFile:[[[self bundle] bundlePath] stringByAppendingPathComponent:@"Contents/Info.plist"]]; … … 447 447 } 448 448 449 - (void) dealloc { 449 - (void)dealloc 450 { 450 451 [[NSDistributedNotificationCenter defaultCenter] removeObserver:self name:UPDATE_STATUS_NOTIFICATION object:nil]; 451 452 [perianForumURL release]; … … 459 460 } 460 461 461 - (void) finalize462 - (void)finalize 462 463 { 463 464 [[NSDistributedNotificationCenter defaultCenter] removeObserver:self name:UPDATE_STATUS_NOTIFICATION object:nil]; … … 1025 1026 - (IBAction)launchForum:(id)sender 1026 1027 { 1027 1028 [[NSWorkspace sharedWorkspace] openURL:perianForumURL]; 1029 1028 [[NSWorkspace sharedWorkspace] openURL:perianForumURL]; 1030 1029 } 1031 1030
