diff --git a/doGui.go b/doGui.go index 6c02ed9..10d579f 100644 --- a/doGui.go +++ b/doGui.go @@ -107,6 +107,7 @@ func drawWindow(win *gadgets.BasicWindow) { // works. Then, when that is good, merge and version everything in master me.setBranchB = grid.NewButton("git checkout", func() { if reposWin != nil { + log.Info("reposWin == nil") reposWin.Hide() } targetName := me.newBranch.String()