diff options
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,7 +36,7 @@ func (r *RepoList) ScanRepositories() (int, string) { me.shownCount.SetText(tmp) me.duration.SetText(s) - log.Info("Scanned", i, "repositories.", total, "changes in", s) + log.Info("repolist Scanned", i, "repositories.", total, "changes in", s) return i, s } @@ -73,6 +73,8 @@ func (r *RepoRow) NewScan() int { if r.Status.GitState() == "PERFECT" { r.Hide() + } else { + r.Show() } /* |
