diff options
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 |
