diff options
author | Diogo Sousa <diogogsousa@gmail.com> | 2013-05-24 00:01:25 +0100 |
---|---|---|
committer | Diogo Sousa <diogogsousa@gmail.com> | 2013-05-24 00:01:25 +0100 |
commit | faa53a5335d2536afc33c1082bf7a946061740e1 (patch) | |
tree | d4a9b2b9a3185fbe9c5c3dc4b2c264ec8a59806f /src/fe-gtk/setup.c | |
parent | 44a88fc1ab604de35f5319eedac73c7211db992f (diff) |
Spell check dictionaries were not being updated when changed.
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index a47fce12..19d2ee5a 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -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 } |