From cc55a5ad7a0561ba8385e35d2ddf7fdf94555c75 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 23 Dec 2024 02:37:48 -0600 Subject: start working on the GUI again for this --- doGui.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doGui.go') diff --git a/doGui.go b/doGui.go index b412df5..3a07511 100644 --- a/doGui.go +++ b/doGui.go @@ -12,7 +12,7 @@ func doGui() { me.myGui = gui.New() me.myGui.Default() - me.mainWindow = gadgets.RawBasicWindow("submit & test patchsets") + me.mainWindow = gadgets.RawBasicWindow("Forge: use this to submit patches") me.mainWindow.Make() me.mainWindow.Show() me.mainbox = me.mainWindow.Box() @@ -28,12 +28,13 @@ func doGui() { // processing is done. update the repo summary box me.summary.Update() + me.summary.submitB.Disable() me.Enable() // intermittently scans the status indefinitly me.repos.View.Watchdog(func() { - log.Info("In main()") + log.Info("Watchdog in doGui()") // processing is done. update the repo summary box me.summary.Update() }) -- cgit v1.2.3