diff options
author | dgp <dgp@users.sourceforge.net> | 2007-06-21 16:02:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-06-21 16:02:24 (GMT) |
commit | aef9147803123cbd2e4a67306397248b60b4435d (patch) | |
tree | b0182d5e2144d916e58e0b84b0c2b1faec901cc7 /library/ttk/ttk.tcl | |
parent | e533770d061a74bb7d2e59f1fd3347fb70782bb9 (diff) | |
download | tk-aef9147803123cbd2e4a67306397248b60b4435d.zip tk-aef9147803123cbd2e4a67306397248b60b4435d.tar.gz tk-aef9147803123cbd2e4a67306397248b60b4435d.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'library/ttk/ttk.tcl')
-rw-r--r-- | library/ttk/ttk.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/ttk/ttk.tcl b/library/ttk/ttk.tcl index b70c855..32cf782 100644 --- a/library/ttk/ttk.tcl +++ b/library/ttk/ttk.tcl @@ -1,5 +1,5 @@ # -# $Id: ttk.tcl,v 1.5.2.1 2007/05/26 04:06:07 dgp Exp $ +# $Id: ttk.tcl,v 1.5.2.2 2007/06/21 16:02:24 dgp 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. # |