diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ func (rs *RepoStatus) Update() { // do things that are safe even if the git tree is dirty rs.path.SetValue(rs.repopath) rs.getCurrentBranchName() - rs.window.Title(rs.repopath + " GO repo Details") + rs.window.SetTitle(rs.repopath + " GO repo Details") rs.getCurrentBranchVersion() rs.getLastTagVersion() rs.populateTags() |
