diff options
author | Wu Xiaotian <[email protected]> | 2019-02-17 21:46:00 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-17 16:14:36 +0100 |
commit | e27a451893ce6f772feb284fbb0d740fe23c003e (patch) | |
tree | b11b9ffd608700cabe45f58fa0d87d40ee05b26a /plugins/spell/pluma-spell-checker.c | |
parent | 73e0a823b1c040beb68bc48b8279bcef11115a3f (diff) | |
download | pluma-e27a451893ce6f772feb284fbb0d740fe23c003e.tar.bz2 pluma-e27a451893ce6f772feb284fbb0d740fe23c003e.tar.xz |
show enchant version when configure
Diffstat (limited to 'plugins/spell/pluma-spell-checker.c')
-rw-r--r-- | plugins/spell/pluma-spell-checker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/spell/pluma-spell-checker.c b/plugins/spell/pluma-spell-checker.c index 0bc5cd9f..8318d5fa 100644 --- a/plugins/spell/pluma-spell-checker.c +++ b/plugins/spell/pluma-spell-checker.c @@ -433,7 +433,7 @@ pluma_spell_checker_add_word_to_personal (PlumaSpellChecker *spell, if (len < 0) len = strlen (word); - enchant_dict_add (spell->dict, word, len); + enchant_dict_add (spell->dict, word, len); g_signal_emit (G_OBJECT (spell), signals[ADD_WORD_TO_PERSONAL], 0, word, len); |