diff options
author | hobbs <hobbs> | 2005-10-10 20:26:30 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-10 20:26:30 (GMT) |
commit | cd02685ce9951948c29b11909f835926ca4d690b (patch) | |
tree | 6fedc85615ccbc774fc6249540384e03c9e03a3f /ChangeLog | |
parent | d966120d9b6743dedc85ad1a1b825e8472458008 (diff) | |
download | tk-cd02685ce9951948c29b11909f835926ca4d690b.zip tk-cd02685ce9951948c29b11909f835926ca4d690b.tar.gz tk-cd02685ce9951948c29b11909f835926ca4d690b.tar.bz2 |
* generic/tkMenu.c (TkSetWindowMenuBar): do not call TkMenuInit if
the winPtr indicates TK_ALREADY_DEAD. This prevents reinit that
creates a Tk exit handler after all exit handlers should be
called. [Bug 749908, 1322294]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-10-10 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tkMenu.c (TkSetWindowMenuBar): do not call TkMenuInit if + the winPtr indicates TK_ALREADY_DEAD. This prevents reinit that + creates a Tk exit handler after all exit handlers should be + called. [Bug 749908, 1322294] + 2005-10-10 Vince Darley <vincentdarley@users.sourceforge.net> * doc/text.n |