mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ec09a2fb47
Submitted by: giffunip@asme.org PR: 6419
17 lines
439 B
Plaintext
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;
|