working pretty well
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
fa6ce585de
commit
22c249bcf1
|
@ -28,7 +28,7 @@ func getHostname() {
|
||||||
if (me.fqdn != nil) {
|
if (me.fqdn != nil) {
|
||||||
// s = me.fqdn.GetText()
|
// s = me.fqdn.GetText()
|
||||||
log("trying to update gui.Label")
|
log("trying to update gui.Label")
|
||||||
me.fqdn.AddText(s)
|
// me.fqdn.AddText(s)
|
||||||
me.fqdn.SetText(s)
|
me.fqdn.SetText(s)
|
||||||
me.hostname = s
|
me.hostname = s
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue