freebsd-ports/x11-toolkits/FWF/files/patch-ae
Justin M. Seger ec09a2fb47 Upgrade to version 4.0
Submitted by:   giffunip@asme.org
PR:             6419
1998-04-26 12:50:57 +00:00

17 lines
439 B
Plaintext

*** src/EzMenu/EzMenu.c.orig Wed Nov 29 12:47:59 1995
--- src/EzMenu/EzMenu.c Sat Apr 25 21:48:25 1998
***************
*** 422,430 ****
--- 422,432 ----
SimpleMenuWidget smw = (SimpleMenuWidget) ez_old;
SmeObject *entry;
+ #if 0
ForAllChildren(smw, entry) {
XtDestroyWidget((Widget)entry);
}
+ #endif
XfwfEzMenuParseMenu(ez_new, ez_new -> ez_menu.menu, True);
ret_val = TRUE;