- Timestamp:
- 03/24/08 15:10:06 (10 months ago)
- Files:
-
- 1 modified
-
trunk/Settings/MFSettingsController.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings/MFSettingsController.m
r44 r46 153 153 - (void)awakeFromNib 154 154 { 155 MFLogS(self, @"Awaking from nib");156 155 NSCell* testCell = [[MFFilesystemCell alloc] init]; 157 156 [[filesystemTableView tableColumnWithIdentifier:@"test"] … … 634 633 else if (returnValue == NSAlertSecondButtonReturn) 635 634 { 636 NSString* agentPath = mfcAgentBundlePath(); 637 [[NSWorkspace sharedWorkspace] launchApplication: agentPath]; 635 mfcLaunchAgent(); 638 636 [[NSRunLoop currentRunLoop] runUntilDate:[[NSDate date] addTimeInterval: 1.5]]; 639 637 if ([client establishCommunication])
