diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2007-11-02 14:20:23 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2007-11-02 14:20:23 (GMT) |
commit | 42147db962e092df2449fd32cd17a04baec8f6bf (patch) | |
tree | 5c99becb71647d9ce8952a3fdde3c347d21eacec /library | |
parent | ae031c5adb7dbd4b7c5ae1bca4ef1a386e6cdaf1 (diff) | |
download | tk-42147db962e092df2449fd32cd17a04baec8f6bf.zip tk-42147db962e092df2449fd32cd17a04baec8f6bf.tar.gz tk-42147db962e092df2449fd32cd17a04baec8f6bf.tar.bz2 |
Bugfix
Diffstat (limited to 'library')
-rw-r--r-- | library/tkfbox.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tkfbox.tcl b/library/tkfbox.tcl index 62d7743..52cc36c 100644 --- a/library/tkfbox.tcl +++ b/library/tkfbox.tcl @@ -11,7 +11,7 @@ # files by clicking on the file icons or by entering a filename # in the "Filename:" entry. # -# RCS: @(#) $Id: tkfbox.tcl,v 1.62 2007/11/02 11:54:10 dkf Exp $ +# RCS: @(#) $Id: tkfbox.tcl,v 1.63 2007/11/02 14:20:23 dkf Exp $ # # Copyright (c) 1994-1998 Sun Microsystems, Inc. # @@ -1110,7 +1110,7 @@ static char updir_bits[] = { # The font to use for the icons. The default Canvas font on Unix # is just deviant. - set ::tk::$w.icons(font) [$data(ent) cget -font] + set ::tk::$w.contents.icons(font) [$data(ent) cget -font] # Make the file types bits only if this is a File Dialog if {$class eq "TkFDialog"} { |