Changeset 444

Show
Ignore:
Timestamp:
01/03/08 09:14:19 (1 year ago)
Author:
gbooker
Message:
  • Removed extraneous NSLog
  • Fixed the data menu on the ATV since it was displaying nothing
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SapphireAppliance.m

    r443 r444  
    3535        NSString *frameworkPath = [myBundlePath stringByAppendingPathComponent:@"Contents/Frameworks"]; 
    3636        SapphireLoadFramework(frameworkPath); 
    37         NSLog(@"Got to init"); 
    3837    Class cls = NSClassFromString( @"BRFeatureManager" ); 
    3938    if ( cls == Nil ) 
  • trunk/SapphireImporterDataMenu.m

    r436 r444  
    387387{ 
    388388        [button setTarget:self]; 
     389        [super willBePushed]; 
    389390} 
    390391