From df8d238f2f5501a4529b15ecc1c3bc7081394b19 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 31 Jan 2024 04:10:54 -0600 Subject: release 0.17.0 Signed-off-by: Jeff Carr --- repolist.go | 1 - 1 file changed, 1 deletion(-) (limited to 'repolist.go') diff --git a/repolist.go b/repolist.go index 3ee6ebe..60500c0 100644 --- a/repolist.go +++ b/repolist.go @@ -152,7 +152,6 @@ func addRepo(grid *gui.Node, path string, master string, devel string, user stri newRepo.dirtyLabel = grid.NewLabel("") newRepo.goSumStatus = grid.NewLabel("?") - newRepo.statusButton = grid.NewButton("Configure", func() { if newRepo.status == nil { log.Warn("status window doesn't exist") -- cgit v1.2.3