diff options
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,6 +42,7 @@ func (r *RepoList) ScanRepositories() (int, string) { tmp := strconv.Itoa(shown) + " repos shown" log.Info("Setting shownCount to", tmp) me.shownCount.SetText(tmp) + me.duration.SetText(s) log.Info("Scanned", i, "repositories. todo: count/show changes in", s) return i, s @@ -54,7 +55,7 @@ func (r *Repo) NewScan() bool { } // run the repostatus update - r.Status.UpdateNew() + r.Status.Update() // print out whatever changes have happened if c, ok := r.Status.Changed(); ok { |
