[Github-comments] [geany-plugins] GTK+3 support for more plugins (#410)

Colomban Wendling notifications at xxxxx
Wed Mar 16 18:34:05 UTC 2016


> @@ -2128,8 +2128,8 @@ add_menu_to_menubar(void)
>  	{
>  		/* Build up menu for menubar */
>  		menu_latex = gtk_menu_item_new_with_mnemonic(_("_LaTeX"));
> -		gtk_menu_shell_insert(
> -			menubar, menu_latex, g_list_length(menubar->children)-1);
> +		gtk_menu_shell_append(
> +			menubar, menu_latex);

Is this the same?  I think that was the same change that altered GeanyVC behavior, wasn't it?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/410/files/6554aba9bfba0c33fe7c2ac27d98abdd6a7d8c73#r56390309
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160316/2b79b529/attachment.html>


More information about the Github-comments mailing list