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 79 79 } 80 80 81 81 - (void) selectEmoticonsWithIdentifier:(NSString *) identifier { 82 [_style setDefaultEmoticonSet:[JVEmoticonSet emoticonSetWithIdentifier:identifier]]; 82 JVEmoticonSet *emoticonSet = [JVEmoticonSet emoticonSetWithIdentifier:identifier]; 83 [_style setDefaultEmoticonSet:emoticonSet]; 84 [preview setEmoticons:emoticonSet]; 83 85 [self updateEmoticonsMenu]; 84 86 } 85 87
