From cad4ed3d29c45cd4a190c987af5d614050441120 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Mar 2025 19:39:02 -0600 Subject: [PATCH] generic protobuf table buttons actually work --- windowRepos.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windowRepos.go b/windowRepos.go index 58b2c80..4ac40cb 100644 --- a/windowRepos.go +++ b/windowRepos.go @@ -106,8 +106,8 @@ func makeReposWin() *gadgets.GenericWindow { // display the protobuf t = addWindowPB(insertWin, found) - f := func(id int) { - log.Info("got to MachinesTable.Custom() id =", id) + f := func(repo *gitpb.Repo) { + log.Info("got to ReposTable.Custom() id =", repo.GetGoPath(), repo.GetCurrentVersion()) } t.Custom(f) log.Info("table has uuid", t.GetUuid())