hmm. notsure
This commit is contained in:
parent
da82eeff92
commit
d608c36c28
1
doGui.go
1
doGui.go
|
@ -107,6 +107,7 @@ func drawWindow(win *gadgets.BasicWindow) {
|
||||||
// works. Then, when that is good, merge and version everything in master
|
// works. Then, when that is good, merge and version everything in master
|
||||||
me.setBranchB = grid.NewButton("git checkout", func() {
|
me.setBranchB = grid.NewButton("git checkout", func() {
|
||||||
if reposWin != nil {
|
if reposWin != nil {
|
||||||
|
log.Info("reposWin == nil")
|
||||||
reposWin.Hide()
|
reposWin.Hide()
|
||||||
}
|
}
|
||||||
targetName := me.newBranch.String()
|
targetName := me.newBranch.String()
|
||||||
|
|
Loading…
Reference in New Issue