diff options
Diffstat (limited to 'branchesBox.go')
| -rw-r--r-- | branchesBox.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branchesBox.go b/branchesBox.go index d64caa1..669b0d7 100644 --- a/branchesBox.go +++ b/branchesBox.go @@ -36,7 +36,7 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) { } else { log.Info("branch switched to", bname, "failed") } - rs.UpdateNew() + rs.updateNew() }) rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"` |
