summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-25 16:19:44 -0500
committerJeff Carr <[email protected]>2023-03-25 16:19:44 -0500
commit22c249bcf1db6acfafa804bcb24d13659b2a8e5e (patch)
tree9e117e826428b61680a31ee7cd481283d4552009
parentfa6ce585de8bc7eed3bcbaf6537129497ba55ce8 (diff)
working pretty well
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--hostname.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostname.go b/hostname.go
index afd8d0b..d385e4f 100644
--- a/hostname.go
+++ b/hostname.go
@@ -28,7 +28,7 @@ func getHostname() {
if (me.fqdn != nil) {
// s = me.fqdn.GetText()
log("trying to update gui.Label")
- me.fqdn.AddText(s)
+ // me.fqdn.AddText(s)
me.fqdn.SetText(s)
me.hostname = s
}