Changeset 23895
- Timestamp:
- 06/09/2008 07:53:12 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plugins/WebKit Message View/AIWebKitMessageViewController.m
r23877 r23895 416 416 //Cache the image under that unique ID 417 417 //Since we prefix the filename with TEMP, Adium will automatically clean it up on quit 418 [backgroundImage writeToFile:[self _webKitBackgroundImagePathForUniqueID:uniqueID] atomically:YES]; 418 cachePath = [self _webKitBackgroundImagePathForUniqueID:uniqueID]; 419 [backgroundImage writeToFile:cachePath atomically:YES]; 419 420 420 421 //Remember where we cached it