Re: Fix: GMAppKit.m for NSMenuItem

2002-04-24 Thread Nicola Pero
Hi Georg, I thought we had fixed this long ago ... looks like these bugs are resurrecting again and again. Argh. Hi, here is a patch to fix a problem with PopUpMenus loaded from a gmodel file. The PopUpMenus were always disabled and their action always set to submenuAction:. The patch

Fix: GMAppKit.m for NSMenuItem

2002-04-21 Thread Georg Fleischmann
Hi, here is a patch to fix a problem with PopUpMenus loaded from a gmodel file. The PopUpMenus were always disabled and their action always set to submenuAction:. The patch simply sets the action after setSubmenu. Menus and Submenus are still working with the patch. Alternatively, a check for