diff options
Diffstat (limited to 'windowReposNew.go')
| -rw-r--r-- | windowReposNew.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windowReposNew.go b/windowReposNew.go index d2d8bfa..78459aa 100644 --- a/windowReposNew.go +++ b/windowReposNew.go @@ -70,7 +70,8 @@ func makeReposWinNew() *gadgets.GenericWindow { t = nil } found := findReposWithPatches() - me.forge.PrintHumanTable(found) + footer := found.PrintDefaultTB() + log.Info(footer) // make the window for the first time t = addWindowPB(insertWin, found) |
