|
From: Donal K. F. <dk...@us...> - 2003-01-22 14:33:01
|
Update of /cvsroot/tktoolkit/tk In directory sc8-pr-cvs1:/tmp/cvs-serv12729 Modified Files: ChangeLog Log Message: * generic/tkImage.c (Tk_ImageObjCmd): Added check to make sure that you're not creating an image named the same as .'s command, which refixes 220891, even when the name of the command has been changed with 'rename'. The error message is better too. * generic/tkFrame.c (TkToplevelWindowForCommand): Added way of mapping from command names to tkwins-for-toplevels. * tests/image.test (image-1.10,image-1.11): Updated to match new error message and added test for the rename case. * generic/tclInt.decls: Made TkToplevelWindowForCommand exported privately. |