From e27a451893ce6f772feb284fbb0d740fe23c003e Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Sun, 17 Feb 2019 21:46:00 +0800 Subject: show enchant version when configure --- plugins/spell/pluma-spell-checker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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); -- cgit v1.2.1