Changeset 46 for trunk

Show
Ignore:
Timestamp:
03/24/08 15:10:06 (10 months ago)
Author:
mgorbach
Message:

A bit more polishing. Ready for Beta 3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Settings/MFSettingsController.m

    r44 r46  
    153153- (void)awakeFromNib 
    154154{ 
    155         MFLogS(self, @"Awaking from nib"); 
    156155        NSCell* testCell = [[MFFilesystemCell alloc] init]; 
    157156        [[filesystemTableView tableColumnWithIdentifier:@"test"]  
     
    634633        else if (returnValue == NSAlertSecondButtonReturn) 
    635634        { 
    636                 NSString* agentPath = mfcAgentBundlePath(); 
    637                 [[NSWorkspace sharedWorkspace] launchApplication: agentPath]; 
     635                mfcLaunchAgent(); 
    638636                [[NSRunLoop currentRunLoop] runUntilDate:[[NSDate date] addTimeInterval: 1.5]]; 
    639637                if ([client establishCommunication])