Changeset 496 for trunk/SapphireFrappliance/SapphireApplianceController.m
- Timestamp:
- 02/25/2008 07:48:21 PM (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/SapphireApplianceController.m
r461 r496 180 180 [settings setListIcon: [theme gem:GEAR_GEM_KEY]]; 181 181 [[self list] setDatasource:self]; 182 if([SapphireFrontRowCompat usingFrontRow] )182 if([SapphireFrontRowCompat usingFrontRow] && ![SapphireFrontRowCompat usingTakeTwo]) 183 183 { 184 184 NSString *myBundlePath = [[NSBundle bundleForClass:[self class]] bundlePath] ;
