summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-01 12:28:35 -0600
committerJeff Carr <[email protected]>2025-02-01 12:28:35 -0600
commitd608c36c28ba302cd74010d648cdbbc17a2b2e5e (patch)
tree976a2efbf4f62f1bf1da040db3f75df6a349d1e8
parentda82eeff92426f0ab5753ab83bb19dc0ba5b3256 (diff)
hmm. notsurev0.22.69v0.22.68
-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()