diff options
Diffstat (limited to 'windowViewRepoPatches.go')
| -rw-r--r-- | windowViewRepoPatches.go | 6 |
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) |
