summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-28 13:20:10 -0600
committerJeff Carr <[email protected]>2025-01-28 13:20:10 -0600
commit91c28de514b1a41e2355714f5352f5438dbe34a2 (patch)
treefbf0c71cecc509195501be13a26dd07c0d026706 /doGui.go
parent3b6e84abdfdff7181c1eb9553a6c6589d6ba027a (diff)
make a patchset grid widget
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/doGui.go b/doGui.go
index d7d328c..fa27a84 100644
--- a/doGui.go
+++ b/doGui.go
@@ -59,14 +59,9 @@ func doGui() {
vbox2 := me.mainbox.NewVerticalBox("BOX2")
globalBuildOptions(vbox2)
- // me.summary = submitPatchesBox(vbox2)
me.repos = makeRepoView()
- // processing is done. update the repo summary box
- // me.summary.Update()
- // me.summary.submitB.Disable()
-
me.Enable()
// intermittently scans the status indefinitly