summaryrefslogtreecommitdiff
path: root/image.go
diff options
context:
space:
mode:
Diffstat (limited to 'image.go')
-rw-r--r--image.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.go b/image.go
index 5eb8fe1..2943142 100644
--- a/image.go
+++ b/image.go
@@ -9,7 +9,7 @@ func (n *Node) NewImage(name string) *Node {
newNode = n.New(name, toolkit.Image, nil)
var a toolkit.Action
- a.Type = toolkit.Add
+ a.ActionType = toolkit.Add
// a.Widget = &newNode.widget
// a.Where = &n.widget
// action(&a)