summaryrefslogtreecommitdiff
path: root/gocui/plugin.go
diff options
context:
space:
mode:
Diffstat (limited to 'gocui/plugin.go')
-rw-r--r--gocui/plugin.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/gocui/plugin.go b/gocui/plugin.go
index 3ba2fbb..d66e8f6 100644
--- a/gocui/plugin.go
+++ b/gocui/plugin.go
@@ -37,7 +37,8 @@ func action(a *widget.Action) {
log(logNow, "TODO: n.WidgetType =", n.WidgetType, "n.Name =", a.Name)
} else {
if (a.A == nil) {
- log(logError, "TODO: Set here. a == nil", a.ActionType, "WidgetType =", a.WidgetType, "Name =", a.Name)
+ log(logError, "TODO: Set here. a == nil id =", a.WidgetId, "type =", a.WidgetType, "Name =", a.Name)
+ log(logError, "TODO: Set here. id =", a.WidgetId, "n.Name =", n.Name)
} else {
n.Set(a.A)
}