@cjmayo commented on this pull request.
@@ -41,11 +41,7 @@
#ifdef USE_GTKSPELL #include <gtkspell/gtkspell.h> -/* forward compatibility with GtkSpell3 */ -#if GTK_CHECK_VERSION(3, 0, 0) -#define GtkSpell GtkSpellChecker -#define gtkspell_set_language gtk_spell_checker_set_language -static GtkSpell *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error) +static GtkSpellChecker *gtkspell_new_attach(GtkTextView *view, const gchar *lang, GError **error)
No problem. Works for me.
I've force pushed it because I think the change is clearer in this case.