> I have found the problem which causes this strange behavior.
> It is caused by the insertion of the following into the
> gmodel generated by nib2gmodel:
>
> "Object 15" = {
> action = "submenuAction:";
> image = "Object 16";
> isEnabled = YES;
> isa = NSMenuItem;
> keyEquivalent = "";
> representedObject = nil;
> state = 0;
> tag = 0;
> target = "Object 17";
> title = Info;
> };
> "Object 16" = {isa = NSImage; name = NSMenuArrow; size = "{width = 12;
> height = 9}"; };
>
> Each menu item has the image value set if it has a submenu.
As far as I know, this was fixed on CVS on 17th May 2000.