aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/base.scm')
-rw-r--r--module/vcomponent/base.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/base.scm b/module/vcomponent/base.scm
index 95b14233..9b73a79e 100644
--- a/module/vcomponent/base.scm
+++ b/module/vcomponent/base.scm
@@ -161,7 +161,7 @@
(map cdr (table->list (vcomponent-children c))))
(define (add-child parent* child)
- (modify parent* vcomponent-children
+ (modify parent* vcomponent-children*
(lambda (table)
(let ((child
;; TODO is this the correct place to generate UIDs?