summaryrefslogtreecommitdiff
path: root/hostname.go
diff options
context:
space:
mode:
Diffstat (limited to 'hostname.go')
-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
}