diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) } |
