Adium

Changeset 23932

Show
Ignore:
Timestamp:
06/11/2008 08:13:29 PM (6 months ago)
Author:
evands
Message:

Finished fixing message view custom backgrounds; in 1.3b2, one could be set, but Adium had to be restarted to change the background. Fixes #10013

Files:

Legend:

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

    r23895 r23932  
    409409                                //Generate a unique cache ID for this image 
    410410                                int     uniqueID = [[[adium preferenceController] preferenceForKey:@"BackgroundCacheUniqueID" 
    411                                                                                                                                                  group:PREF_GROUP_WEBKIT_BACKGROUND_IMAGES] intValue] + 1; 
     411                                                                                                                                                 group:PREF_GROUP_WEBKIT_MESSAGE_DISPLAY] intValue] + 1; 
    412412                                [[adium preferenceController] setPreference:[NSNumber numberWithInt:uniqueID] 
    413413                                                                                                         forKey:@"BackgroundCacheUniqueID"