@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. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1414#discussion_r1968310694 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1414/review/[email protected]>
