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 "Menu Property Editor".
This commit is contained in:
parent
97bfb63551
commit
d7445d1179
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue