*** empty log message ***
This commit is contained in:
parent
d928d7e562
commit
05041ba0f8
1 changed files with 4 additions and 1 deletions
|
@ -124,7 +124,10 @@ xaw_update_one_widget (instance, widget, val, deep_p)
|
|||
}
|
||||
else if (XtIsSubclass (widget, dialogWidgetClass))
|
||||
{
|
||||
XtVaSetValues (widget, XtNlabel, val->contents->value, 0);
|
||||
Arg al[1];
|
||||
int ac = 0;
|
||||
XtSetArg (al[ac], XtNlabel, val->contents->value); ac++;
|
||||
XtSetValues (widget, al, ac);
|
||||
}
|
||||
else if (XtIsSubclass (widget, commandWidgetClass))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue