diff options
Diffstat (limited to 'eventBindings.go')
| -rw-r--r-- | eventBindings.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eventBindings.go b/eventBindings.go index 47b6737..9819706 100644 --- a/eventBindings.go +++ b/eventBindings.go @@ -78,6 +78,8 @@ func theSuperMouse(g *gocui.Gui, v *gocui.View) error { func theNotsure(g *gocui.Gui, v *gocui.View) error { log.Info("got to theNotsure(). now what? dark =", me.dark) me.refresh = true + log.Info("running VerifyParentId()") + me.treeRoot.VerifyParentId() /* if me.debug { log.Info("debugging off") |
