[Gtk-sharp-list] Glade - problem when menu entries specified

Mike Kestner mkestner@ximian.com
Wed, 16 Jun 2004 11:10:10 -0500


On Wed, 2004-06-16 at 09:12, Viktor Stansvik wrote:
> Hi. I'm using Gtk# and Glade to build a TV-list application, and have
> ran into a problem.
> Everything works fine, unless I add entries to my MenuBar or my
> OptionMenu with Glade. The app compiles but when I run it I get the
> following error messages:

My guess is that you are using Gtk.Application.Init and glade is
sticking Gnome.Stock items in your menu, which causes libglade to go
through some gnomeui code which isn't initialized.

Yes, glade is happy to put Gnome stock items in your menus even if you
tell it you are creating a Gtk-only project.

-- 
Mike Kestner <mkestner@ximian.com>