diff options
Diffstat (limited to 'andlabs/debug.go')
| -rw-r--r-- | andlabs/debug.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/andlabs/debug.go b/andlabs/debug.go index 5e28dd0..d92739f 100644 --- a/andlabs/debug.go +++ b/andlabs/debug.go @@ -2,7 +2,7 @@ package main import ( "strconv" - "go.wit.com/gui/toolkits" + "go.wit.com/gui/widget" ) var defaultBehavior bool = true @@ -92,7 +92,7 @@ func GetDebugToolkit () bool { } */ -func flag(a *toolkit.Action) { +func flag(a *widget.Action) { // should set the checkbox to this value switch a.S { case "Quiet": |
