diff options
Diffstat (limited to 'windowPatchesSubmit.go')
| -rw-r--r-- | windowPatchesSubmit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowPatchesSubmit.go b/windowPatchesSubmit.go index 1aeea11..dd926c0 100644 --- a/windowPatchesSubmit.go +++ b/windowPatchesSubmit.go @@ -83,7 +83,7 @@ func (r *patchesWindow) submitPatchesBox(box *gui.Node) *patchSummary { return } // line := "somedate " + s.reason.String() + " Author: me" + pset.GitAuthorEmail - me.patchWin.addPatchsetNew(pset) + r.addPatchsetNew(pset) }) s.grid.NewButton("Get Patchsets", func() { if psets, err := me.forge.GetPatchesets(); err != nil { |
