From 58519f14654cb2dd5d1b938bae5dbdaba5c04a1a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 22 Oct 2025 16:47:19 -0500 Subject: more old func names --- windowViewRepoPatches.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windowViewRepoPatches.go') diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 0f8a38e..c927632 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -118,7 +118,7 @@ func (r *repoPatchWindow) addPatchset(grid *gui.Node, pset *forgepb.Set) { for all.Scan() { p := all.Next() s := p.Namespace - repo := me.forge.FindByNamespace(s) + repo := me.forge.Repos.FindByNamespace(s) if repo == nil { log.Info("COULD NOT FIND", s) continue -- cgit v1.2.3