diff options
| author | Jeff Carr <[email protected]> | 2025-01-20 03:23:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-20 03:23:14 -0600 |
| commit | 6d047647497c1ad7315e727084a15194f0126ed9 (patch) | |
| tree | daf666a30ad591c7432fe8635cc0cfdd3fdf7e68 /windowPatches.go | |
| parent | e470de205a8d122af9d5689e6a0ba7fb096b7009 (diff) | |
moved code to forgepb
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windowPatches.go b/windowPatches.go index 907a796..5a164b4 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -92,7 +92,7 @@ func (r *patchesWindow) initGroup() *gui.Node { hbox.NewButton("Get Patchsets", func() { // if psets, err := me.forge.GetPatchesets(); err != nil { - psets, err := GetPatchesets() + psets, err := me.forge.GetPatchesets() if err != nil { log.Info(err) return |
