summaryrefslogtreecommitdiff
path: root/src/SetSens.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/SetSens.c')
-rw-r--r--src/SetSens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SetSens.c b/src/SetSens.c
index 85443a5..9a2e6b6 100644
--- a/src/SetSens.c
+++ b/src/SetSens.c
@@ -129,7 +129,7 @@ void XtSetSensitive(
if (widget->core.ancestor_sensitive && XtIsComposite (widget)) {
children = ((CompositeWidget) widget)->composite.children;
for (i = 0; i < ((CompositeWidget)widget)->composite.num_children; i++){
- SetAncestorSensitive (children[i], sensitive);
+ SetAncestorSensitive (children[i], (Boolean) sensitive);
}
}
UNLOCK_APP(app);