Ok...i've been getting a weird error in Gtk+. I've narrowed it down to this line:
gtk_menu_shell_append(GTK_MENU_SHELL(helpmenu5), about);
that gives me this error:
(packing:5236): Gtk-CRITICAL **: gtk_menu_shell_insert: assertion `GTK_IS_MENU_SHELL (menu_shell)' failed
Now my program compiles, however the menu wont pop up and the terminal prints that error...does anyone know what this error means, and how to fix it?
Thanks
~ mike