- Timestamp:
- 01/09/09 15:46:53 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/CoreData/SapphireFrappliance/Settings/SapphireTheme.m
r592 r739 110 110 * @return A CGImageRef (retained) from the path 111 111 */ 112 - (CGImageRef) loadImage:(NSString *)path112 - (CGImageRef)newImage:(NSString *)path 113 113 { 114 114 NSString *bundlePath = [[NSBundle bundleForClass:[self class]] bundlePath]; … … 141 141 } 142 142 /*Load it*/ 143 CGImageRef image = [self loadImage:[gemFiles objectForKey:type]];143 CGImageRef image = [self newImage:[gemFiles objectForKey:type]]; 144 144 if(image != NULL) 145 145 {
