From 95d1f6fc7c6af1565749979d1ac7a85fbb311de6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 17:41:59 -0500 Subject: more fixes. almost works again --- doGui.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doGui.go') diff --git a/doGui.go b/doGui.go index 6a34bee..8ad2076 100644 --- a/doGui.go +++ b/doGui.go @@ -39,10 +39,6 @@ func doGui() { writeDebianControlFile(me.repo) }) - group1.NewButton("update gui", func() { - updateControl(cbox) - }) - group1.NewButton("dump repo.Control", func() { // log.Info("CONTROL:", me.repo.Control) for v := range me.repo.Control { @@ -63,6 +59,8 @@ func doGui() { grid := win.Middle.RawGrid() cbox = newControl(grid) + + updateControl(cbox) } // This initializes the control box -- cgit v1.2.3