summaryrefslogtreecommitdiff
path: root/box.go
diff options
context:
space:
mode:
Diffstat (limited to 'box.go')
-rw-r--r--box.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/box.go b/box.go
index 9148d83..a864e80 100644
--- a/box.go
+++ b/box.go
@@ -9,6 +9,6 @@ func (parent *Node) NewBox(name string, b bool) *Node {
newNode.B = b
a := newAction(newNode, toolkit.Add)
- sendAction(a, newNode, parent)
+ sendAction(a)
return newNode
}