diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |
