summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2009-12-16 20:40:28 (GMT)
committerjenglish <jenglish@flightlab.com>2009-12-16 20:40:28 (GMT)
commitf489e232780d73b08560d2e28bfb4c0ddea0b4e6 (patch)
tree4a276be1056387676bda6ea4b06a6e597311e62e /ChangeLog
parentbbaf51c9b840baff04f83fc2c0d86d553deda5bf (diff)
downloadtk-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0111b0..9cea675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>