mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
dtappbuilder: fix a segmentation fault that occurred when clicking "Edit" in
the "Revolving Property Editor".
This commit is contained in:
parent
4389fdd633
commit
920465cb5b
1 changed files with 1 additions and 1 deletions
|
@ -1537,7 +1537,7 @@ set_edit_menu_stateCB(
|
||||||
BOOL clipboard_full = False;
|
BOOL clipboard_full = False;
|
||||||
WidgetList menu_items;
|
WidgetList menu_items;
|
||||||
int num_menu_items;
|
int num_menu_items;
|
||||||
int item_key;
|
XtArgVal item_key;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
listitem_exists = (pis->current_item != NULL);
|
listitem_exists = (pis->current_item != NULL);
|
||||||
|
|
Loading…
Reference in a new issue