diff options
author | hobbs <hobbs> | 2003-01-03 22:43:45 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-01-03 22:43:45 (GMT) |
commit | 891029fe3efdaa4b484b55a7d937c4e2d39b7722 (patch) | |
tree | 8aba12e78c43f82f5cfefd6244ae776ede1b03b1 /ChangeLog | |
parent | 5765ca0d5beb52496528ec6fc4da96dcee1d9f3d (diff) | |
download | tk-891029fe3efdaa4b484b55a7d937c4e2d39b7722.zip tk-891029fe3efdaa4b484b55a7d937c4e2d39b7722.tar.gz tk-891029fe3efdaa4b484b55a7d937c4e2d39b7722.tar.bz2 |
* generic/tkFrame.c (CreateFrame): throw a Tcl error instead of a
panic when we cannot get a main window and appname is NULL. This
can indicate that a user tried to create a frame/toplevel while Tk
was dying. [Bug #661792]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-01-03 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkFrame.c (CreateFrame): throw a Tcl error instead of a + panic when we cannot get a main window and appname is NULL. This + can indicate that a user tried to create a frame/toplevel while Tk + was dying. [Bug #661792] + 2002-12-27 David Gravereaux <davygrvy@pobox.com> * generic/tkText.h: ANSI unfriendly typedef for TkTextBTree |