diff options
| author | Jeff Carr <[email protected]> | 2025-07-01 18:54:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-01 18:54:41 -0500 |
| commit | 1ea9bdf841cb4eae4cd7b1d96288852e799fbeb2 (patch) | |
| tree | f8b4248268334967b6f668c0a45806f717b60f98 /windowReposNew.go | |
| parent | 1d50f9eb697591a0c9fb06056b1c0762c9a7f50d (diff) | |
deprecate old stuff
Diffstat (limited to 'windowReposNew.go')
| -rw-r--r-- | windowReposNew.go | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/windowReposNew.go b/windowReposNew.go index 68c2178..2469205 100644 --- a/windowReposNew.go +++ b/windowReposNew.go @@ -69,12 +69,11 @@ func makeReposWinNew() *gadgets.GenericWindow { t.Delete() t = nil } - me.found = new(gitpb.Repos) - findReposWithPatches() - me.forge.PrintHumanTable(me.found) + found := findReposWithPatches() + me.forge.PrintHumanTable(found) // make the window for the first time - t = addWindowPB(insertWin, me.found) + t = addWindowPB(insertWin, found) f := func(repo *gitpb.Repo) { log.Info("got to ReposTable.Custom() id =", repo.GetGoPath(), repo.GetCurrentVersion()) } |
