Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
05041ba0
Commit
05041ba0
authored
Mar 14, 1994
by
Fred Pierresteguy
Browse files
*** empty log message ***
parent
d928d7e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lwlib/lwlib-Xaw.c
lwlib/lwlib-Xaw.c
+4
-1
No files found.
lwlib/lwlib-Xaw.c
View file @
05041ba0
...
...
@@ -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
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment