Spell check dictionaries were not being updated when changed.

This commit is contained in:
Diogo Sousa
2013-05-24 00:01:25 +01:00
parent 44a88fc1ab
commit faa53a5335
3 changed files with 15 additions and 0 deletions

View File

@@ -2013,6 +2013,7 @@ setup_apply_to_sess (session_gui *gui)
#endif
#ifdef USE_LIBSEXY
sexy_spell_entry_update_languages ((SexySpellEntry *)gui->input_box);
sexy_spell_entry_set_checked ((SexySpellEntry *)gui->input_box, prefs.hex_gui_input_spell);
#endif
}