summaryrefslogtreecommitdiff
path: root/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.go')
-rw-r--r--plugin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.go b/plugin.go
index c8bd88c..204b77a 100644
--- a/plugin.go
+++ b/plugin.go
@@ -82,7 +82,7 @@ func action(a widget.Action) {
log.Log(NOW, "attempt to move() =", a.ActionType, a.WidgetType, a.ProgName)
case widget.ToolkitClose:
log.Log(NOW, "attempting to close the plugin and release stdout and stderr")
- standardExit()
+ standardClose()
case widget.Enable:
w.enable = true
w.enableColor()