summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 09:13:17 -0600
committerJeff Carr <[email protected]>2024-02-05 09:13:17 -0600
commit75e7070077cd09c38c7948bea90f94f64861fadb (patch)
treeaf875f4061ce01843376348aa6d75fb6898e306e /main.go
parente317478e6a568a380bf5f0459f66ca4d08db9ea7 (diff)
old single channel function deprecated
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 46cb848..10104aa 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ func init() {
me.myTree = tree.New()
me.myTree.PluginName = "gocui"
- me.myTree.ActionFromChannel = action
+// me.myTree.ActionFromChannel = action
me.myTree.NodeAction = newaction
me.myTree.Add = newAdd
me.myTree.SetTitle = newSetTitle