diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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() }) |
