summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-23 11:43:42 -0500
committerJeff Carr <[email protected]>2025-03-23 11:43:42 -0500
commit0a70f3bdde6bc1e00a73aca2eec055874cd39212 (patch)
treef25395aed77b757ecc894589b173bf2f751c1fa5 /doGui.go
parenta24c5f67e5d0ea90322f0ee9803c996bf3f34bcb (diff)
new FindVersion()v0.0.52
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 13e1a99..3b3c350 100644
--- a/doGui.go
+++ b/doGui.go
@@ -27,7 +27,7 @@ func refresh() {
m := all.Next()
if me.hostname == m.Hostname {
// this is me! This is the version of zood that should be installed everywhere
- v := findVersion(m, "zood")
+ v := m.FindVersion("zood")
me.zood.version = v
me.zood.versionL.SetText(v)
}