summaryrefslogtreecommitdiff
path: root/mainWindow.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-11 20:49:37 -0600
committerJeff Carr <[email protected]>2024-01-11 20:49:37 -0600
commitd4f7337202a2294a8f294e34bd5633191b498879 (patch)
treec459450ae0fd367db3dbb002ab45f425d326ca0b /mainWindow.go
parent0ca02e50693e3f1c422e67ad0f5a79d8e974b1bd (diff)
updates for gui api
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainWindow.go')
-rw-r--r--mainWindow.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainWindow.go b/mainWindow.go
index 21e0219..675929a 100644
--- a/mainWindow.go
+++ b/mainWindow.go
@@ -34,7 +34,7 @@ func MakeCloudflareWindow(n *gui.Node) *gadgets.BasicWindow {
CFdialog.zonedrop.Custom = func () {
domain := CFdialog.zonedrop.S
- log.Log(ZONE, "custom dropdown() zone (domain name) =", CFdialog.zonedrop.Name, domain)
+ log.Log(ZONE, "custom dropdown() zone (domain name) =", CFdialog.zonedrop.GetText(), domain)
if (Config[domain] == nil) {
log.Log(ZONE, "custom dropdown() Config[domain] = nil for domain =", domain)
CFdialog.domainWidget.SetText(domain)