diff options
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") |
