<p>In <a href="https://github.com/geany/geany-plugins/pull/300#discussion_r44302622">geanyvc/src/geanyvc.c</a>:</p>
<pre style='color:#555'>> @@ -1374,7 +1367,7 @@ create_commitDialog(void)
>    gtk_window_set_type_hint(GTK_WINDOW(commitDialog), GDK_WINDOW_TYPE_HINT_DIALOG);
>    gtk_dialog_set_has_separator(GTK_DIALOG(commitDialog), FALSE);
>  
> -  dialog_vbox1 = GTK_DIALOG(commitDialog)->vbox;
> +  dialog_vbox1 = gtk_dialog_get_content_area (GTK_DIALOG(commitDialog));
</pre>
<p>style: no space before the opening <code>(</code></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/300/files#r44302622">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ264mOVn-BhSyr1VmBMrAKcNkJmxks5pEM4zgaJpZM4Geu9C.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/300/files#r44302622"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>