summaryrefslogtreecommitdiff
path: root/mainWindow.go
diff options
context:
space:
mode:
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)