diff options
Diffstat (limited to 'x11-toolkits/FWF/files/patch-ae')
-rw-r--r-- | x11-toolkits/FWF/files/patch-ae | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/FWF/files/patch-ae b/x11-toolkits/FWF/files/patch-ae new file mode 100644 index 000000000000..f65dcc92edfe --- /dev/null +++ b/x11-toolkits/FWF/files/patch-ae @@ -0,0 +1,16 @@ +*** 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; |