From: Mo D. <md...@us...> - 2002-06-12 23:08:12
|
Update of /cvsroot/tktoolkit/tk In directory usw-pr-cvs1:/tmp/cvs-serv2258 Modified Files: ChangeLog Log Message: * library/choosedir.tcl (tk::dialog::file::chooseDir): * library/clrpick.tcl (tk::dialog::color): * library/dialog.tcl (tk_dialog): * library/msgbox.tcl (tk::MessageBox): * library/tkfbox.tcl (tk::dialog::file): * library/xmfbox.tcl (tk::MotifFDialog_Create): Only make the dialog window a transient if the master is visible. This check already appeared in some of the dialogs. This patch just copies the check into those that were lacking. |