Changeset 869
- Timestamp:
- 06/16/04 14:56:17 (4 years ago)
- Files:
-
- Footagehead/trunk/FHCache.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHCache.m
r866 r869 1 /* $Id: FHCache.m,v 1. 1 2004/06/14 23:36:06morris Exp $ */1 /* $Id: FHCache.m,v 1.2 2004/06/16 12:56:17 morris Exp $ */ 2 2 3 3 /* … … 111 111 + (void)setImage:(NSImage *)image forURL:(NSURL *)url { 112 112 if(!image) { 113 [images removeObjectForKey: image];113 [images removeObjectForKey:url]; 114 114 } else { 115 115 if([images count] > 5)
