Changeset 681

Show
Ignore:
Timestamp:
10/04/08 17:23:56 (3 months ago)
Author:
gbooker
Message:

Forgot to commit this. Stop using BRPreferences class in favor of the compat call
Fixes #244

Files:

Legend:

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

    r677 r681  
    5353                return; 
    5454        [[cls sharedInstance] enableFeatureNamed: [[NSBundle bundleForClass: self] bundleIdentifier]]; 
    55         [[BRPreferences sharedFrontRowPreferences] setBool:YES forKey:@"AllowAllVideoToPlay"];  //Workaround 2.2. 
     55        [[SapphireFrontRowCompat sharedFrontRowPreferences] setBool:YES forKey:@"AllowAllVideoToPlay"];  //Workaround 2.2. 
    5656} 
    5757