summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/doGui.go b/doGui.go
index f18185a..f5928f6 100644
--- a/doGui.go
+++ b/doGui.go
@@ -156,6 +156,13 @@ func drawWindow(win *gadgets.GenericWindow) {
var patchesWin *stdPatchTableWin
gridM.NewButton("Pending patches", func() {
+ /*
+ defer func() {
+ if r := recover(); r != nil {
+ log.Warn("PANIC ecovered in NewButton()", r)
+ }
+ }()
+ */
if patchesWin != nil {
patchesWin.Toggle()
return