diff options
Diffstat (limited to 'windowPatchsets.go')
| -rw-r--r-- | windowPatchsets.go | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/windowPatchsets.go b/windowPatchsets.go index 4b102b2..29a2929 100644 --- a/windowPatchsets.go +++ b/windowPatchsets.go @@ -36,6 +36,7 @@ func (w *stdPatchsetTableWin) Toggle() { w.win.Toggle() } +/* func loadUpstreamPatchsets() { psets, err := me.forge.GetPatchesets() if err != nil { @@ -66,6 +67,7 @@ func loadUpstreamPatchsets() { savePatchsets() } } +*/ func makePatchsetsWin() *stdPatchsetTableWin { dwin := new(stdPatchsetTableWin) @@ -84,10 +86,12 @@ func makePatchsetsWin() *stdPatchsetTableWin { dwin.doPatchsetsTable(me.psets) }) - grid.NewButton("upstream", func() { - loadUpstreamPatchsets() - dwin.doPatchsetsTable(me.psets) - }) + /* + grid.NewButton("upstream", func() { + loadUpstreamPatchsets() + dwin.doPatchsetsTable(me.psets) + }) + */ grid.NewButton("save", func() { if me.psets == nil { |
