From 696b58744c5fcda33ddfc42013929442ce936d14 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 21 Jan 2024 02:18:33 -0600 Subject: new gadgets Signed-off-by: Jeff Carr --- go.mod | 2 +- go.sum | 4 ++-- update.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 8b96538..fc81fb0 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21.4 require ( go.wit.com/gui v0.12.19 - go.wit.com/lib/gadgets v0.12.14 + go.wit.com/lib/gadgets v0.12.15 go.wit.com/log v0.5.6 go.wit.com/widget v1.1.6 ) diff --git a/go.sum b/go.sum index 75c1f75..2939e18 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ go.wit.com/dev/davecgh/spew v1.1.4 h1:C9hj/rjlUpdK+E6aroyLjCbS5MFcyNUOuP1ICLWdNe go.wit.com/dev/davecgh/spew v1.1.4/go.mod h1:sihvWmnQ/09FWplnEmozt90CCVqBtGuPXM811tgfhFA= go.wit.com/gui v0.12.19 h1:OEnsnZnec7Q2jZVjwl413V0wuVAAB4r2mGTY0IouBuw= go.wit.com/gui v0.12.19/go.mod h1:v2VgnOL3dlZ13KclYeedZ1cd20nQdvwjyJTNKvFX3DA= -go.wit.com/lib/gadgets v0.12.14 h1:Osh7D8TKJiU5M6tXqERGQwTUt+C5IJ0senkmUAirSek= -go.wit.com/lib/gadgets v0.12.14/go.mod h1:Fxc7F8hGskpkWVAsXKhs4ilqUlAnikVXj4yzumtTYa0= +go.wit.com/lib/gadgets v0.12.15 h1:C9q6wc45Trh5SrizD8lOXOWoJLGq/ESWwzjCVylZrNY= +go.wit.com/lib/gadgets v0.12.15/go.mod h1:Fxc7F8hGskpkWVAsXKhs4ilqUlAnikVXj4yzumtTYa0= go.wit.com/log v0.5.6 h1:rDC3ju95zfEads4f1Zm+QMkqjZ39CsYAT/UmQQs7VP4= go.wit.com/log v0.5.6/go.mod h1:BaJBfHFqcJSJLXGQ9RHi3XVhPgsStxSMZRlaRxW4kAo= go.wit.com/widget v1.1.6 h1:av2miF5vlohMfARA/QGPTPfgW/ADup1c+oeAOKgroPY= 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() -- cgit v1.2.3