summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go1
1 files changed, 1 insertions, 0 deletions
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()