Changeset 7290 for trunk/macosx/Controller.m
- Timestamp:
- Dec 6, 2008, 1:18:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r7250 r7290 42 42 #import "StatusBarView.h" 43 43 #import "FilterButton.h" 44 #import "BonjourController.h" 44 45 #import "NSApplicationAdditions.h" 45 46 #import "NSStringAdditions.h" … … 522 523 //auto importing 523 524 [self checkAutoImportDirectory]; 525 526 //registering the Web UI to Bonjour 527 if ([fDefaults boolForKey: @"RPC"]) 528 [[BonjourController defaultController] startWithPort: [fDefaults integerForKey: @"RPCPort"]]; 524 529 } 525 530 … … 572 577 - (void) applicationWillTerminate: (NSNotification *) notification 573 578 { 579 //stop the Bonjour service 580 [[BonjourController defaultController] stop]; 581 574 582 //stop blocklist download 575 583 if ([BlocklistDownloader isRunning])
Note: See TracChangeset
for help on using the changeset viewer.