Show
Ignore:
Timestamp:
01/29/08 22:07:22 (10 months ago)
Author:
durin42
Message:

Initial version of an improved component management tab. I've done enough to
get the code Ken wrote working with our setup, but we need to add some smarts
so the components can compute their status (eg should upgrade, remove, etc).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CPFPerianPrefPaneController.h

    r685 r792  
    8484        NSMutableString                                         *errorString; 
    8585         
    86         NSArray                                                         *componentReplacementInfo; 
    87          
    8886        NSURL                                                           *perianForumURL; 
    8987        NSURL                                                           *perianDonateURL; 
     
    111109 
    112110//Component List 
    113 - (NSString *)checkComponentStatusByBundleIdentifier:(NSString *)bundleID; 
     111//- (NSString *)checkComponentStatusByBundleIdentifier:(NSString *)bundleID; 
    114112 
    115113//About 
     
    119117 
    120118@end 
     119 
     120NSArray* GetComponentsInFolder(NSString* folder);