.
original commit: 862988727c101e427427f5aef06139d654601b2c
This commit is contained in:
parent
dbb07d5b76
commit
db078b7c2f
|
@ -2083,8 +2083,9 @@
|
|||
[info (map (lambda (child)
|
||||
(send child get-info))
|
||||
childs)])
|
||||
(if (equal? childs children)
|
||||
;; Got the infor for the right set of children
|
||||
(if (and (= (length childs) (length children))
|
||||
(andmap eq? childs children))
|
||||
;; Got the info for the right set of children
|
||||
(set! children-info info)
|
||||
|
||||
;; During the call to some get-info, the set of children changed;
|
||||
|
|
Loading…
Reference in New Issue
Block a user