diff options
Diffstat (limited to 'submitPatches.go')
| -rw-r--r-- | submitPatches.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/submitPatches.go b/submitPatches.go index e7430c1..b4ebeaf 100644 --- a/submitPatches.go +++ b/submitPatches.go @@ -88,10 +88,10 @@ func submitPatchesBox(box *gui.Node) *patchSummary { // this Update is deprecated and probably should be the function above /* - s.grid.NewButton("summary.Update()", func() { - // update the stats - s.Update() - }) + s.grid.NewButton("summary.Update()", func() { + // update the stats + s.Update() + }) */ s.grid.NewButton("Make Patches", func() { |
