- Timestamp:
- 03/02/10 17:27:54 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/MetaDataImporting/SapphirePosterChooser.m
r1179 r1198 215 215 if(displayed) 216 216 [self reloadPosterWithData:data atIndex:[index intValue]]; 217 else 217 else if(data != nil) 218 218 [posterData replaceObjectAtIndex:[index intValue] withObject:data]; 219 else 220 [posterData replaceObjectAtIndex:[index intValue] withObject:[NSData data]]; 219 221 } 220 222
