diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 06:02:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 06:02:35 -0500 |
| commit | 18422bacebb2a99728abfcc1a1ee25cef42d2311 (patch) | |
| tree | 082b96019fd46a6b4139491ee52f8ba702535fc8 /stateWindow.go | |
| parent | 1418fcb0d148754fd762c9c8718b362eeb5a95de (diff) | |
new GUI codebasev0.22.127
Diffstat (limited to 'stateWindow.go')
| -rw-r--r-- | stateWindow.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stateWindow.go b/stateWindow.go index bc5616d..b04a5f3 100644 --- a/stateWindow.go +++ b/stateWindow.go @@ -12,7 +12,7 @@ import ( // this is terribly old code. redo this all after widgets are switched to protobuf func makebasicWindow() *gadgets.BasicWindow { log.Warn("init basicWindow state") - win := gadgets.NewBasicWindow(me.myGui, "Create .deb files for GO applications") + win := gadgets.RawBasicWindow("Create .deb files for GO applications") win.Make() win.Custom = func() { log.Info("got to close") |
