<p>In <a href="https://github.com/geany/geany-plugins/pull/342#discussion_r52831585">geanyvc/src/geanyvc.c</a>:</p>
<pre style='color:#555'>> @@ -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.
</pre>
<p>comment is not very useful, but I agree adding compat layer for older version rather than newer </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/342/files#r52831585">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ4-kD6VKtxuzd4Iczo2UZ9yRiDRSks5pj21igaJpZM4HH9CJ.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/342/files#r52831585"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>