summaryrefslogtreecommitdiff
path: root/textbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'textbox.go')
-rw-r--r--textbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/textbox.go b/textbox.go
index ffc2812..73a8ed6 100644
--- a/textbox.go
+++ b/textbox.go
@@ -109,7 +109,7 @@ func textboxClosed() {
me.textbox.tk.Hide()
// log.Info("textbox closed with text:", newtext, me.textbox.callerTK.cuiName)
- if me.clock.tk.v != nil {
+ if me.notify.clock.tk.v != nil {
me.baseGui.SetCurrentView("help")
} else {
me.baseGui.SetCurrentView("msg")