1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtappbuilder: fix a segmentation fault that occurred when clicking "Edit" in

the "Menu Property Editor".
This commit is contained in:
Liang Chang 2021-02-08 07:36:53 +08:00 committed by Jon Trulson
parent 49185f2624
commit 9e4ad4b2f4

View file

@ -723,7 +723,7 @@ set_edit_menu_stateCB(
BOOL clipboard_full = False;
WidgetList menu_items;
int num_menu_items;
int value;
XtArgVal value;
AB_EDIT_TYPE item_key;
int i;