summaryrefslogtreecommitdiff
path: root/windowViewRepoPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-23 07:43:30 -0500
committerJeff Carr <[email protected]>2025-09-23 07:43:30 -0500
commit1e3f4a3b9feb0cc8bfa450a311ccca2b5f36362f (patch)
tree92a280acbc84e0bcea51612ac27fbb45536a78b9 /windowViewRepoPatches.go
parente300719241a8bfe62db429f349315ff15816062d (diff)
new .proto files
Diffstat (limited to 'windowViewRepoPatches.go')
-rw-r--r--windowViewRepoPatches.go6
1 files changed, 3 insertions, 3 deletions
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)