From a0baba0821441d9cf38f0b33fe12fb96925c6236 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 17 Jan 2024 23:39:03 -0600 Subject: new paths Signed-off-by: Jeff Carr --- andlabs/main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'andlabs/main.go') 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) }) } -- cgit v1.2.3