Changeset 80

Show
Ignore:
Timestamp:
06/28/07 20:33:55 (1 year ago)
Author:
gbooker
Message:

Fixed the icons in the settings for the first run

Files:

Legend:

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

    r79 r80  
    3030{ 
    3131        self = [super initWithScene:scene]; 
     32         
     33        //Setup the theme's scene 
     34        SapphireTheme *theme = [SapphireTheme sharedTheme]; 
     35        [theme setScene:[self scene]]; 
     36 
    3237        metaCollection = [[SapphireMetaDataCollection alloc] initWithFile:[NSHomeDirectory() stringByAppendingPathComponent:@"Library/Application Support/Sapphire/metaData.plist"] path:[NSHomeDirectory() stringByAppendingPathComponent:@"Movies"]]; 
    3338 
     
    5156        [settings setListTitle:                                 @"Settings"] ; 
    5257         
    53         SapphireTheme *theme = [SapphireTheme sharedTheme]; 
    54         [theme setScene:[self scene]]; 
    5558        [settings setListIcon:[theme gem:GEAR_GEM_KEY]]; 
    5659        [playBrowser setListIcon:[theme gem:RED_GEM_KEY]];