From 18422bacebb2a99728abfcc1a1ee25cef42d2311 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 06:02:35 -0500 Subject: new GUI codebase --- stateWindow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stateWindow.go') 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") -- cgit v1.2.3