1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

the "Revolving Property Editor".
This commit is contained in:
Liang Chang 2021-02-08 07:23:10 +08:00
parent bb0b2838a5
commit a3d1e17c32

View file

@ -1536,7 +1536,7 @@ set_edit_menu_stateCB(
BOOL clipboard_full = False;
WidgetList menu_items;
int num_menu_items;
int item_key;
XtArgVal item_key;
int i;
listitem_exists = (pis->current_item != NULL);