From 745a43fe6145ffaed0373c165415098358824088 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 2 Nov 2007 14:20:23 +0000 Subject: Bugfix --- library/tkfbox.tcl | 4 ++-- 1 file 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"} { -- cgit v0.12