summaryrefslogtreecommitdiff
path: root/repolist.go
diff options
context:
space:
mode:
Diffstat (limited to 'repolist.go')
-rw-r--r--repolist.go24
1 files changed, 13 insertions, 11 deletions
diff --git a/repolist.go b/repolist.go
index c7106dc..229fa0d 100644
--- a/repolist.go
+++ b/repolist.go
@@ -277,17 +277,19 @@ func repoAllButtons(box *gui.Node) {
}
})
- grid1.NewButton("rescan all", func() {
- for _, repo := range me.allrepos {
- repo.newScan()
- }
- })
+ /*
+ grid1.NewButton("rescan all", func() {
+ for _, repo := range me.allrepos {
+ repo.newScan()
+ }
+ })
- grid1.NewButton("repostatus.ListAll()", func() {
- repostatus.ListAll()
- })
+ grid1.NewButton("repostatus.ListAll()", func() {
+ repostatus.ListAll()
+ })
- grid1.NewButton("repostatus.ScanGoSrc()", func() {
- repostatus.ScanGoSrc()
- })
+ grid1.NewButton("repostatus.ScanGoSrc()", func() {
+ repostatus.ScanGoSrc()
+ })
+ */
}