summaryrefslogtreecommitdiffstats
path: root/library/ttk/ttk.tcl
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-06-21 00:29:16 (GMT)
committerhobbs <hobbs>2007-06-21 00:29:16 (GMT)
commit9d7962e08c7e8fead868040687c9508363a26da4 (patch)
treeee100dde597731a360f73ef45bdaae20db109ff8 /library/ttk/ttk.tcl
parent6eb8176a7b42558bdb5ffa99b82a3d9839982deb (diff)
downloadtk-9d7962e08c7e8fead868040687c9508363a26da4.zip
tk-9d7962e08c7e8fead868040687c9508363a26da4.tar.gz
tk-9d7962e08c7e8fead868040687c9508363a26da4.tar.bz2
* library/ttk/ttk.tcl: should require Tk before pseudo-providing
tile 0.8.0.
Diffstat (limited to 'library/ttk/ttk.tcl')
-rw-r--r--library/ttk/ttk.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/ttk.tcl b/library/ttk/ttk.tcl
index ebe6a4c..fd8d8cd 100644
--- a/library/ttk/ttk.tcl
+++ b/library/ttk/ttk.tcl
@@ -1,5 +1,5 @@
#
-# $Id: ttk.tcl,v 1.6 2007/05/25 22:55:03 jenglish Exp $
+# $Id: ttk.tcl,v 1.7 2007/06/21 00:29:16 hobbs Exp $
#
# Ttk widget set initialization script.
#
@@ -45,7 +45,7 @@ proc ttk::deprecated'warning {old new} {
### Backward-compatibility.
#
-package ifneeded tile 0.8.0 { package provide tile 0.8.0 }
+package ifneeded tile 0.8.0 { package require Tk ; package provide tile 0.8.0 }
# ttk::panedwindow used to be named ttk::paned. Keep the alias for now.
#