diff options
Diffstat (limited to 'andlabs/main.go')
| -rw-r--r-- | andlabs/main.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/andlabs/main.go b/andlabs/main.go index b1e0e47..c543f6e 100644 --- a/andlabs/main.go +++ b/andlabs/main.go @@ -1,12 +1,12 @@ package main import ( - "sync" "runtime/debug" + "sync" + "go.wit.com/lib/widget" "go.wit.com/log" - "go.wit.com/gui/widget" - "go.wit.com/gui/toolkits/tree" + "go.wit.com/toolkits/tree" "go.wit.com/dev/andlabs/ui" // the _ means we only need this for the init() @@ -27,7 +27,7 @@ func queueMain(currentA widget.Action) { me.myTree.DoToolkitPanic() } }() - ui.QueueMain( func() { + ui.QueueMain(func() { rawAction(¤tA) }) } |
