On Tue, 2004-04-13 at 20:00, Samuel Abels wrote: > Hello, > > I have built a window using Glade2/libglade2.0.1. There are several > accelerators attached to menu items, and in Glade2 they are correctly > showing up in the menu (e.g. File/"Quit Ctrl+Q"). > > But when I load the window in my program using libglade, the > accelerators do not work. (they are also not showing up in the menu).
Yes, it looks like a libglade bug. menu_item_set_use_stock() in glade-gtk.c doesn't seem to be adding the accelerator (as gtk_image_menu_item_new_from_stock() does for example). You should add this bug to bugzilla.gnome.org, setting the product to libglade. Damon _______________________________________________ Glade-devel maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/glade-devel
