diff options
author | jenglish <jenglish@flightlab.com> | 2009-12-16 20:40:28 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2009-12-16 20:40:28 (GMT) |
commit | f489e232780d73b08560d2e28bfb4c0ddea0b4e6 (patch) | |
tree | 4a276be1056387676bda6ea4b06a6e597311e62e /ChangeLog | |
parent | bbaf51c9b840baff04f83fc2c0d86d553deda5bf (diff) | |
download | tk-f489e232780d73b08560d2e28bfb4c0ddea0b4e6.zip tk-f489e232780d73b08560d2e28bfb4c0ddea0b4e6.tar.gz tk-f489e232780d73b08560d2e28bfb4c0ddea0b4e6.tar.bz2 |
generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()
[Bug 2915709], backport fix for [Bug 2496162].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-12-16 Joe English <jenglish@users.sourceforge.net> + + * generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable() + [Bug 2915709], backport fix for [Bug 2496162]. 2009-12-14 Kevin B. Kenny <kennykb@acm.org> |