diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 13:59:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 13:59:59 -0600 |
| commit | 2b10e228d276b0a81b79bbdaf881f44a6f9208fb (patch) | |
| tree | 9bb72d87b7fb8035fa7b523050b685eecc698e2d /windowPatches.go | |
| parent | fc9c26cc8d9843398d0a0d643598a7cda6b976f7 (diff) | |
fix commandline patch submitv0.22.43
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/windowPatches.go b/windowPatches.go index d9bfd9e..b137454 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -71,11 +71,7 @@ func submitPatchesBox(box *gui.Node) *patchSummary { } } s.submitB = s.grid.NewButton("Submit", func() { - if err := sendDevelDiff(s.reason.String()); err != nil { - log.Info("sending patches failed", err) - } else { - log.Info("sent patch set ok") - } + doSubmit(s.reason.String()) }) s.grid.NewButton("List Patchsets", func() { |
