summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go14
1 files changed, 2 insertions, 12 deletions
diff --git a/doGui.go b/doGui.go
index f5928f6..e42eb79 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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")