diff options
Diffstat (limited to 'debugGochan.go')
| -rw-r--r-- | debugGochan.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debugGochan.go b/debugGochan.go index ad70fbd..5ac07a8 100644 --- a/debugGochan.go +++ b/debugGochan.go @@ -18,7 +18,7 @@ func (n *Node) DebugGoChannels(makeWindow bool) { // make a new window // make a new tab in the existing window if (makeWindow) { - w = Config.rootNode.NewWindow("Debug GO Channels") + w = me.rootNode.NewWindow("Debug GO Channels") w.Custom = w.StandardClose } else { w = n.NewTab("Chan") |
