Fixed mistake in last commit.

This commit is contained in:
Diogo Sousa
2013-05-24 16:46:35 +01:00
parent faa53a5335
commit 4402ea34de
3 changed files with 4 additions and 15 deletions

View File

@@ -2013,7 +2013,10 @@ setup_apply_to_sess (session_gui *gui)
#endif
#ifdef USE_LIBSEXY
sexy_spell_entry_update_languages ((SexySpellEntry *)gui->input_box);
/* 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
}