correctly shows the DNS status
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
c314dab9ed
commit
fa6ce585de
|
@ -28,7 +28,9 @@ 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.SetText(s)
|
me.fqdn.SetText(s)
|
||||||
|
me.hostname = s
|
||||||
}
|
}
|
||||||
log("FQDN =", s)
|
log("FQDN =", s)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue