summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin.go b/plugin.go
index 90c84fe..e7782cc 100644
--- a/plugin.go
+++ b/plugin.go
@@ -80,6 +80,12 @@ func newAddText(n *tree.Node, s string) {
func newaction(n *tree.Node, atype widget.ActionType) {
log.Log(INFO, "newaction() START", atype)
+ if !me.ok {
+ log.Log(INFO, "newaction() START NOT OKAY", atype)
+ log.Log(INFO, "newaction() START NOT OKAY", atype)
+ log.Log(INFO, "newaction() START NOT OKAY", atype)
+ waitOK()
+ }
if n == nil {
log.Warn("Tree Error: Add() sent n == nil")
return