diff options
author | hobbs <hobbs@noemail.net> | 2007-06-21 00:29:16 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2007-06-21 00:29:16 (GMT) |
commit | d00e4e6e5dead896699a8d15c206211bd60b277c (patch) | |
tree | ee100dde597731a360f73ef45bdaae20db109ff8 | |
parent | b5d10a37406dfeddb7df06c0c693b7e8b3cda811 (diff) | |
download | tk-d00e4e6e5dead896699a8d15c206211bd60b277c.zip tk-d00e4e6e5dead896699a8d15c206211bd60b277c.tar.gz tk-d00e4e6e5dead896699a8d15c206211bd60b277c.tar.bz2 |
* library/ttk/ttk.tcl: should require Tk before pseudo-providing
tile 0.8.0.
FossilOrigin-Name: 40b7bf0497f25c80a9e03139a961055c0a628a68
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | library/ttk/ttk.tcl | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2007-06-20 Jeff Hobbs <jeffh@ActiveState.com> + + * library/ttk/ttk.tcl: should require Tk before pseudo-providing + tile 0.8.0. + 2007-06-09 Joe English <jenglish@users.sourceforge.net> * generic/ttk/ttkPanedwindow.c, doc/ttk_panedwindow.n, 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. # |