summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index c8a9b87..53c71a9 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -507,7 +507,9 @@ if {$::tk_library ne ""} {
SourceLibFile scale
SourceLibFile scrlbar
SourceLibFile spinbox
- SourceLibFile systray
+ if {![interp issafe]} {
+ SourceLibFile systray
+ }
SourceLibFile text
}
}