diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 07:12:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 07:12:47 -0600 |
| commit | 33a603798295aa9b563f6ead61f627ce374d2707 (patch) | |
| tree | d1fdbdfeb9ac7f3626f9be343926b39c6bd8c635 /windowPatchesSubmit.go | |
| parent | 71d4cf3c2dd4589e319a456ace90d3853affb103 (diff) | |
remove lots of old code. breaks a lot too.
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 { |
