From d48d2c18be9cc211d96f7d53317c05d92bfe217a Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 23 Jul 2023 16:03:49 +0000 Subject: Tweak comments. --- library/systray.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/systray.tcl b/library/systray.tcl index 4ee68d0..3aa6da0 100644 --- a/library/systray.tcl +++ b/library/systray.tcl @@ -362,7 +362,6 @@ proc ::tk::systray::configure {args} { } } - # Remove the systray icon. proc ::tk::systray::destroy {} { variable _created @@ -389,6 +388,7 @@ proc ::tk::systray::destroy {} { return } +# Check systray icon existence. proc tk::systray::exists {} { variable _created return $_created -- cgit v0.12