summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 03:23:14 -0600
committerJeff Carr <[email protected]>2025-01-20 03:23:14 -0600
commit6d047647497c1ad7315e727084a15194f0126ed9 (patch)
treedaf666a30ad591c7432fe8635cc0cfdd3fdf7e68 /windowPatches.go
parente470de205a8d122af9d5689e6a0ba7fb096b7009 (diff)
moved code to forgepb
Diffstat (limited to 'windowPatches.go')
-rw-r--r--windowPatches.go2
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