Changeset 80
- Timestamp:
- 06/28/07 20:33:55 (1 year ago)
- Files:
-
- trunk/SapphireApplianceController.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireApplianceController.m
r79 r80 30 30 { 31 31 self = [super initWithScene:scene]; 32 33 //Setup the theme's scene 34 SapphireTheme *theme = [SapphireTheme sharedTheme]; 35 [theme setScene:[self scene]]; 36 32 37 metaCollection = [[SapphireMetaDataCollection alloc] initWithFile:[NSHomeDirectory() stringByAppendingPathComponent:@"Library/Application Support/Sapphire/metaData.plist"] path:[NSHomeDirectory() stringByAppendingPathComponent:@"Movies"]]; 33 38 … … 51 56 [settings setListTitle: @"Settings"] ; 52 57 53 SapphireTheme *theme = [SapphireTheme sharedTheme];54 [theme setScene:[self scene]];55 58 [settings setListIcon:[theme gem:GEAR_GEM_KEY]]; 56 59 [playBrowser setListIcon:[theme gem:RED_GEM_KEY]];
