summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2007-02-06 22:28:43 (GMT)
committerjenglish <jenglish@noemail.net>2007-02-06 22:28:43 (GMT)
commit12a1cf1150111337815d685679eecbc37038e0e5 (patch)
treee1634af98d4ef8a37d7963936490235837afbe2b /library
parentbc534fe564df0ee3a0dbf3e381137c2b6a6553f2 (diff)
downloadtk-12a1cf1150111337815d685679eecbc37038e0e5.zip
tk-12a1cf1150111337815d685679eecbc37038e0e5.tar.gz
tk-12a1cf1150111337815d685679eecbc37038e0e5.tar.bz2
Add no-op [package ifneeded] script for tile 0.8.0,
so that existing applications that use "package require tile" won't fail when run under Tk 8.5. FossilOrigin-Name: 058e15647f70ce9828755106f6f2bc6d9caa3edd
Diffstat (limited to 'library')
-rw-r--r--library/ttk/ttk.tcl5
1 files changed, 4 insertions, 1 deletions
diff --git a/library/ttk/ttk.tcl b/library/ttk/ttk.tcl
index 37a96bc..b354958 100644
--- a/library/ttk/ttk.tcl
+++ b/library/ttk/ttk.tcl
@@ -1,5 +1,5 @@
#
-# $Id: ttk.tcl,v 1.4 2006/12/13 17:06:32 jenglish Exp $
+# $Id: ttk.tcl,v 1.5 2007/02/06 22:28:44 jenglish Exp $
#
# Ttk widget set initialization script.
#
@@ -46,6 +46,9 @@ proc ttk::deprecated'warning {old new} {
### Backward-compatibility.
#
+
+package ifneeded tile 0.8.0 { package provide tile 0.8.0 }
+
# ttk::panedwindow used to be named ttk::paned. Keep the alias for now.
#
::ttk::deprecated ::ttk::paned ::ttk::panedwindow