summaryrefslogtreecommitdiff
path: root/windowRepos.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-05 19:39:02 -0600
committerJeff Carr <[email protected]>2025-03-05 19:39:02 -0600
commitcad4ed3d29c45cd4a190c987af5d614050441120 (patch)
tree87ac64b1a8478b6773d9083d46b76e0d60a76f7e /windowRepos.go
parent52e08e60779d9ba8a68aa7ea7928aeb27ec8d6d0 (diff)
generic protobuf table buttons actually work
Diffstat (limited to 'windowRepos.go')
-rw-r--r--windowRepos.go4
1 files 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())