mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Merge pull request #621 from orium/dictionaries-update-fix
Spell check dictionaries were not being updated when changed
This commit is contained in:
commit
4878012065
@ -2013,6 +2013,10 @@ setup_apply_to_sess (session_gui *gui)
|
||||
#endif
|
||||
|
||||
#ifdef USE_LIBSEXY
|
||||
/* update active languages */
|
||||
sexy_spell_entry_deactivate_language((SexySpellEntry *)gui->input_box,NULL);
|
||||
sexy_spell_entry_activate_default_languages((SexySpellEntry *)gui->input_box);
|
||||
|
||||
sexy_spell_entry_set_checked ((SexySpellEntry *)gui->input_box, prefs.hex_gui_input_spell);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user