GNOME Bugzilla – Bug 65944
gtk_image_menu_item_new_from_stock() should fall back to mnemonic
Last modified: 2011-02-04 16:09:14 UTC
For consistency with button_new_from_stock(), if the stock item isn't found, should fall back to using new_with_mnemonic() rather than new_with_label(), I think. Very very minor API change, no one will notice. ;-)
Tue Jan 29 21:44:46 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock): For consistency with gtk_button_new_from_stock(), fall back to gtk_image_menu_item_new_with_mnemnonic(). (#65944, Havoc Pennington)