Adium

Changeset 23895

Show
Ignore:
Timestamp:
06/09/2008 07:53:12 PM (6 months ago)
Author:
evands
Message:

Fixed custom background images in message views. Fixes #10013

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/WebKit Message View/AIWebKitMessageViewController.m

    r23877 r23895  
    416416                                //Cache the image under that unique ID 
    417417                                //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]; 
    419420 
    420421                                //Remember where we cached it