<p>In <a href="https://github.com/geany/geany-plugins/pull/383#discussion_r55144046">geanyvc/src/geanyvc.c</a>:</p>
<pre style='color:#555'>>  
>            menubar = GTK_MENU_SHELL(
>                            ui_lookup_widget(geany->main_widgets->window, "menubar1"));
>  
>            menu_vc = gtk_menu_item_new_with_mnemonic(_("_VC"));
> -          gtk_menu_shell_append(menubar, menu_vc);
> +          menubar_children = gtk_container_get_children(GTK_CONTAINER(menubar));
> +          gtk_menu_shell_insert(menubar, menu_vc, g_list_length(menubar_children) - 1);
</pre>
<p><a href="https://github.com/geany/geany-plugins/pull/387" class="issue-link js-issue-link" data-url="https://github.com/geany/geany-plugins/issues/387" data-id="138809902" data-error-text="Failed to load issue title" data-permission-text="Issue title is private">#387</a></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/383/files#r55144046">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ_B7tE-Zzl0vfg-ktKEty_T-ZXf2ks5pqwaQgaJpZM4HqOW4.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/383/files#r55144046"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>