[Github-comments] [geany-plugins] [GeanyVC] use compatible gtkspell on building for gtk3 (#342)

Colomban Wendling notifications at xxxxx
Sat Feb 13 18:28:50 UTC 2016


> @@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160213/e3bbe94a/attachment.html>


More information about the Github-comments mailing list