diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2009-11-02 04:52:40 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2009-11-02 04:52:40 (GMT) |
commit | bcb6809211c95e27294400f9efa67ccf4dd0ac56 (patch) | |
tree | 5955579ea4d3c7d80eda0ff841a46c2912de46f2 /ChangeLog | |
parent | ffa34bf2804cda3f87c6a7519e7f6e1a0ef288aa (diff) | |
download | tk-bcb6809211c95e27294400f9efa67ccf4dd0ac56.zip tk-bcb6809211c95e27294400f9efa67ccf4dd0ac56.tar.gz tk-bcb6809211c95e27294400f9efa67ccf4dd0ac56.tar.bz2 |
Fix for [Bug 1739613]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-11-01 Joe Mistachkin <joe@mistachkin.com> + + * win/tkWinButton.c: [Bug 1739613]: The default width being stored + in TSD cannot be put into the process-wide options table. This fix + allocates storage for the default width from the heap and frees it + using an exit handler. + 2009-10-29 Pat Thoyts <patthoyts@users.sourceforge.net> * win/tkWinFont.c: [Bug 1825353]: Backported patch for tiny |