summaryrefslogtreecommitdiff
path: root/repoview.go
diff options
context:
space:
mode:
Diffstat (limited to 'repoview.go')
-rw-r--r--repoview.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/repoview.go b/repoview.go
index 59d76ec..2bc32c6 100644
--- a/repoview.go
+++ b/repoview.go
@@ -68,12 +68,12 @@ func makeRepoView() *repoWindow {
r.View.ScanRepositories()
/*
- r.View = repolist.GuireleaserView(r.box)
+ r.View = repolist.GuireleaserView(r.box)
- showncount := r.View.MirrorShownCount()
- box2.Append(showncount)
- duration := r.View.MirrorScanDuration()
- box2.Append(duration)
+ showncount := r.View.MirrorShownCount()
+ box2.Append(showncount)
+ duration := r.View.MirrorScanDuration()
+ box2.Append(duration)
*/
return r
}