mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtappbuilder: Add patches from Robert Pangrazio fixing coredumps
This commit is contained in:
parent
5669c8a60f
commit
129ef945b9
2 changed files with 2 additions and 2 deletions
|
@ -694,7 +694,7 @@ set_menu_state(
|
||||||
{
|
{
|
||||||
WidgetList items;
|
WidgetList items;
|
||||||
int num_items;
|
int num_items;
|
||||||
unsigned int item_flag;
|
unsigned long item_flag;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
XtVaGetValues(menu,
|
XtVaGetValues(menu,
|
||||||
|
|
|
@ -1847,7 +1847,7 @@ static LibFuncRec abmfP_lrc_MessageBoxGetActionButton =
|
||||||
" int i, numChildren = 0;\n"
|
" int i, numChildren = 0;\n"
|
||||||
" WidgetList children = NULL;\n"
|
" WidgetList children = NULL;\n"
|
||||||
" Widget action_button = 0;\n"
|
" Widget action_button = 0;\n"
|
||||||
" int button = -1;\n"
|
" long button = -1;\n"
|
||||||
" Boolean Found = False;\n"
|
" Boolean Found = False;\n"
|
||||||
"\n"
|
"\n"
|
||||||
" XtVaGetValues(msg_dlg,\n"
|
" XtVaGetValues(msg_dlg,\n"
|
||||||
|
|
Loading…
Reference in a new issue