> @@ -1528,7 +1528,12 @@ vccommit_activated(G_GNUC_UNUSED GtkMenuItem * > menuitem, G_GNUC_UNUSED gpointer > gint height; > > #ifdef USE_GTKSPELL > - GtkSpell *speller = NULL; > +#if !GTK_CHECK_VERSION (3, 0, 0) > +//Since gtk3 will be default in future may be going this way would be better.
comment is not very useful, but I agree adding compat layer for older version rather than newer --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/342/files#r52831585