if (speller == NULL) {
ui_set_statusbar(FALSE, _("Error initializing spell checking: %s"),
if (spellcheck_error != NULL)
you could simply check this in place of `speller != NULL` actually. Though in practice for GtkSpell3 I guess it's totally impossible for `speller` to be `NULL`
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/342/files#r52831724