diff options
Diffstat (limited to 'plugin.go')
| -rw-r--r-- | plugin.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -118,10 +118,11 @@ func LoadToolkit(name string) *aplug { log(debugPlugin, "LoadToolkit() END", newPlug.name, filename) newPlug.Init() + + // set the communication to the plugins newPlug.pluginChan = newPlug.PluginChannel() + newPlug.Callback(Config.guiChan) - // TODO: find a new way to do this that is locking, safe and accurate - Config.rootNode.redraw(newPlug) newPlug.LoadOk = true return newPlug } |
