summaryrefslogtreecommitdiff
path: root/andlabs/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'andlabs/main.go')
-rw-r--r--andlabs/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/andlabs/main.go b/andlabs/main.go
index b135563..b9109b9 100644
--- a/andlabs/main.go
+++ b/andlabs/main.go
@@ -2,7 +2,7 @@ package main
import (
"sync"
- "go.wit.com/gui/toolkits"
+ "go.wit.com/gui/widget"
"github.com/andlabs/ui"
// the _ means we only need this for the init()
@@ -49,7 +49,7 @@ func init() {
})
// andlabs = make(map[int]*andlabsT)
- pluginChan = make(chan toolkit.Action, 1)
+ pluginChan = make(chan widget.Action, 1)
log(logNow, "Init() start channel reciever")
go catchActionChannel()