Changeset 3775

Show
Ignore:
Timestamp:
01/21/08 21:49:26 (6 months ago)
Author:
timothy
Message:

Changes to emoticons not reflected in appearance preview. Patch by tjohns. #1184

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Preferences/JVAppearancePreferences.m

    r3763 r3775  
    8080 
    8181- (void) selectEmoticonsWithIdentifier:(NSString *) identifier { 
    82         [_style setDefaultEmoticonSet:[JVEmoticonSet emoticonSetWithIdentifier:identifier]]; 
     82        JVEmoticonSet *emoticonSet = [JVEmoticonSet emoticonSetWithIdentifier:identifier]; 
     83        [_style setDefaultEmoticonSet:emoticonSet]; 
     84        [preview setEmoticons:emoticonSet]; 
    8385        [self updateEmoticonsMenu]; 
    8486}