Show
Ignore:
Timestamp:
02/26/10 07:40:44 (2 years ago)
Author:
gbooker
Message:

Corrected some compile issue. While it's not functional, at least it compiles now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CommonMediaPlayer/Update Classes/CMPInstaller.m

    r1184 r1187  
    4747        //NSLog(@"%@ %s", self, _cmd); 
    4848         
    49         [[BRAppManager sharedApplication] terminate]; 
     49        [[NSApplication sharedApplication] terminate:nil]; 
    5050        AGProcess *finder = [AGProcess processForCommand:@"Finder"]; 
    5151        if (finder != nil)