diff options
| author | Jeff Carr <[email protected]> | 2023-03-25 16:19:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-25 16:19:44 -0500 |
| commit | a8285c19c84f752dee445a56261738f4502a6971 (patch) | |
| tree | 522f60d6c8f6fc1299300f4fc4bce34535e6c72c /hostname.go | |
| parent | 90f9015ab214f7f5f2d2b2b09078f7888e2039f2 (diff) | |
working pretty well
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
| -rw-r--r-- | hostname.go | 2 |
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 } |
