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