summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 02:18:33 -0600
committerJeff Carr <[email protected]>2024-01-21 02:18:33 -0600
commit696b58744c5fcda33ddfc42013929442ce936d14 (patch)
tree225582cffc25fe726f3dd31d0872976e49d0d0a9 /update.go
parenta9a42d5cd87ee68e26651be81088649a32c711e6 (diff)
new gadgetsv0.12.19
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.go b/update.go
index 8c234d8..a8e7c91 100644
--- a/update.go
+++ b/update.go
@@ -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()