diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-02 14:20:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-02 14:20:23 (GMT) |
commit | 745a43fe6145ffaed0373c165415098358824088 (patch) | |
tree | 5c99becb71647d9ce8952a3fdde3c347d21eacec /library | |
parent | 5bf841749cfda4a1e0f18683581bd0a95aafe684 (diff) | |
download | tk-745a43fe6145ffaed0373c165415098358824088.zip tk-745a43fe6145ffaed0373c165415098358824088.tar.gz tk-745a43fe6145ffaed0373c165415098358824088.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"} { |