Accessing `menubar->children` doesn't work in Gtk3. I thought using _append 
instead of _insert would be equivalent, but apperently it's an off-by-one. I 
guess `gtk_menu_shell_insert(menubar, menu_vc, 
g_list_length(gtk_container_get_children() - 1))` is more appropriate?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/commit/c6a7968d5ab71961db4b0a5e721d378048e60119#commitcomment-16518890

Reply via email to