summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/systray.tcl2
1 files changed, 1 insertions, 1 deletions
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