summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
Diffstat (limited to 'add.go')
-rw-r--r--add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/add.go b/add.go
index 02c69f6..0544f0f 100644
--- a/add.go
+++ b/add.go
@@ -69,7 +69,7 @@ func newAdd(n *tree.Node) {
if n.State.Enable {
// nothing to do
} else {
- enable(n, false)
+ realEnable(n, false)
}
}
}