diff options
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") |
