From 712b44663c8f3b814b067ea854f16fe3ad18b793 Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 15 Nov 2020 20:25:01 +0000 Subject: Fix failure of systray-15 created by the previous commit. --- library/systray.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/systray.tcl b/library/systray.tcl index ebc1fc4..6948ba0 100644 --- a/library/systray.tcl +++ b/library/systray.tcl @@ -294,7 +294,7 @@ proc ::tk::systray::_check_options {argsList singleOk} { # title - main text of alert. # message - body text of alert. -proc ::tk::sysnotify {title message} { +proc ::tk::sysnotify::sysnotify {title message} { switch -- [tk windowingsystem] { "win32" { @@ -321,5 +321,5 @@ proc ::tk::sysnotify {title message} { #Thanks to Christian Gollwitzer for the guidance here set map [namespace ensemble configure tk -map] dict set map systray ::tk::systray -dict set map sysnotify ::tk::sysnotify +dict set map sysnotify ::tk::sysnotify::sysnotify namespace ensemble configure tk -map $map -- cgit v0.12