From 1e3f4a3b9feb0cc8bfa450a311ccca2b5f36362f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 07:43:30 -0500 Subject: new .proto files --- windowViewRepoPatches.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'windowViewRepoPatches.go') diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 18c4577..325ed1e 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -21,8 +21,8 @@ type repoPatchWindow struct { shelf *gui.Node // the first box in the stack, set as horizontal grid *gui.Node // the list of available patches // summary *patchSummary // summary of current patches - setgrid *gui.Node // the list of each patchset - pset *forgepb.Patchset // the patchset in question + setgrid *gui.Node // the list of each patchset + pset *forgepb.Set // the patchset in question } // todo: autogenerate these or make them standared 'gui' package functions @@ -109,7 +109,7 @@ func makeRepoPatchWindow(repo *gitpb.Repo, fset []*forgepb.Patch) *repoPatchWind return pw } -func (r *repoPatchWindow) addPatchset(grid *gui.Node, pset *forgepb.Patchset) { +func (r *repoPatchWindow) addPatchset(grid *gui.Node, pset *forgepb.Set) { repomap := make(map[*gitpb.Repo][]*forgepb.Patch) repohash := make(map[*gitpb.Repo]string) -- cgit v1.2.3