Show
Ignore:
Timestamp:
02/25/2008 07:48:21 PM (4 years ago)
Author:
gbooker
Message:

Patch from Stephan again. I changed the int to a real in the info.plist and the padding was too large, so I changed it to a value that is smaller (by half), but still large enough (by examining the classdump offsets).
Refs #126

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/SapphireApplianceController.m

    r461 r496  
    180180        [settings setListIcon:                                  [theme gem:GEAR_GEM_KEY]]; 
    181181        [[self list] setDatasource:self]; 
    182         if([SapphireFrontRowCompat usingFrontRow]) 
     182        if([SapphireFrontRowCompat usingFrontRow] && ![SapphireFrontRowCompat usingTakeTwo]) 
    183183        { 
    184184                NSString *myBundlePath = [[NSBundle bundleForClass:[self class]] bundlePath] ;