diff options
Diffstat (limited to 'windowViewRepoPatches.go')
| -rw-r--r-- | windowViewRepoPatches.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 5a6a0be..9b7ed83 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -12,14 +12,14 @@ import ( ) type repoPatchWindow struct { - once sync.Once // only init() the window once - win *gadgets.BasicWindow // the patches window - stack *gui.Node // the top box set as vertical - 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 + once sync.Once // only init() the window once + win *gadgets.BasicWindow // the patches window + stack *gui.Node // the top box set as vertical + 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 } // todo: autogenerate these or make them standared 'gui' package functions |
