Ticket #1184: Colloquy #1184 (v1).patch

File Colloquy #1184 (v1).patch, 0.6 kB (added by tjohns, 10 months ago)
  • Preferences/JVAppearancePreferences.m

    old new  
    7979} 
    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} 
    8587