summaryrefslogtreecommitdiffstats
path: root/library/print.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2021-09-24 15:01:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2021-09-24 15:01:44 (GMT)
commit4af4b242bba3b66fc9db8237966ca8e90d26c094 (patch)
tree3dc0c5839dad28e524b6bdf19782f34ed6c0b7fc /library/print.tcl
parenta977ccf930aad868900cecb481c5fe028a08f578 (diff)
downloadtk-4af4b242bba3b66fc9db8237966ca8e90d26c094.zip
tk-4af4b242bba3b66fc9db8237966ca8e90d26c094.tar.gz
tk-4af4b242bba3b66fc9db8237966ca8e90d26c094.tar.bz2
Make IME bindings not leak into global variables
Diffstat (limited to 'library/print.tcl')
-rw-r--r--library/print.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/print.tcl b/library/print.tcl
index 7820a5f..1c2fd20 100644
--- a/library/print.tcl
+++ b/library/print.tcl
@@ -676,8 +676,8 @@ namespace eval ::tk::print {
for your system."
return
}
- set notfound "No destinations added"
- if {[string first $notfound $msg] != -1} {
+ set notfound "No destinations added"
+ if {[string first $notfound $msg] != -1} {
error "Please check or update your CUPS installation."
return
}