summaryrefslogtreecommitdiff
path: root/listWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 21:27:29 -0600
committerJeff Carr <[email protected]>2024-02-20 21:27:29 -0600
commitf8963c75638d16030a67aa1c79da55dbc824a79e (patch)
tree7b418179429935fe7b494476cde818ce74a4a700 /listWindow.go
parente9352172acf1873ac10d3f7c53d6d3e94bb4cd53 (diff)
this needs to be fixed
Diffstat (limited to 'listWindow.go')
-rw-r--r--listWindow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/listWindow.go b/listWindow.go
index 6c30e7c..c69b759 100644
--- a/listWindow.go
+++ b/listWindow.go
@@ -86,7 +86,7 @@ func ListWindow(view *repolist.RepoList) *gadgets.BasicWindow {
box := lw.Box()
group := box.NewGroup("list")
group.NewButton("make new go version list", func() {
- dumpVersions(view)
+ DumpVersions(view)
})
var lines []string