Accepted submit request 53237 from user rmax OBS-URL: https://build.opensuse.org/request/show/53237 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vtcl?expand=0&rev=8
12 lines
254 B
Diff
12 lines
254 B
Diff
--- lib/tkcon.tcl
|
|
+++ lib/tkcon.tcl
|
|
@@ -21,7 +21,7 @@
|
|
if {$tcl_version < 8.0} {
|
|
return -code error "TkCon requires at least Tcl/Tk8"
|
|
} else {
|
|
- package require -exact Tk $tcl_version
|
|
+ package require Tk $tcl_version
|
|
}
|
|
|
|
## for Tcl/Tk 8.4
|