[Github-comments] [geany-plugins] [GeanyVC] use compatible gtkspell on building for gtk3 (#342)
Colomban Wendling
notifications at xxxxx
Sat Feb 13 18:38:41 UTC 2016
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160213/d8924fba/attachment.html>
More information about the Github-comments
mailing list