Ticket #15051: patch-tkcon.tcl
File patch-tkcon.tcl, 367 bytes (added by adamore@…, 17 years ago) |
---|
Line | |
---|---|
1 | --- tcltk/orig.tkcon.tcl 2008-04-18 11:40:00.000000000 +0200 |
2 | +++ tcltk/tkcon.tcl 2008-04-18 11:40:11.000000000 +0200 |
3 | @@ -44,7 +44,7 @@ |
4 | if {$tcl_version < 8.0} { |
5 | return -code error "tkcon requires at least Tcl/Tk8" |
6 | } else { |
7 | - package require -exact Tk $tcl_version |
8 | +# package require -exact Tk $tcl_version |
9 | } |
10 | |
11 | catch {package require bogus-package-name} |