diff options
| author | Jeff Carr <[email protected]> | 2024-01-31 04:10:54 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-31 04:10:54 -0600 |
| commit | df8d238f2f5501a4529b15ecc1c3bc7081394b19 (patch) | |
| tree | 71fbb2fe13a42d6b6fbe61a1ffed4362a5091037 /repolist.go | |
| parent | 417f5be49bfddd2c8e38198710deb5621d208603 (diff) | |
release 0.17.0v0.17.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'repolist.go')
| -rw-r--r-- | repolist.go | 1 |
1 files changed, 0 insertions, 1 deletions
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") |
