diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -151,23 +151,13 @@ func drawWindow(win *gadgets.GenericWindow) { insertWin = makeReposWinNew() }) - /* - */ - var patchesWin *stdPatchTableWin - gridM.NewButton("Pending patches", func() { - /* - defer func() { - if r := recover(); r != nil { - log.Warn("PANIC ecovered in NewButton()", r) - } - }() - */ + gridM.NewButton("Your patches", func() { if patchesWin != nil { patchesWin.Toggle() return } - me.forge.GetPatches() + // me.forge.GetPatches() // loadUpstreamPatchsets() if me.psets == nil { log.Info("failed to download current patchsets") |
