diff options
author | das <das> | 2005-06-23 22:07:46 (GMT) |
---|---|---|
committer | das <das> | 2005-06-23 22:07:46 (GMT) |
commit | 40f516583284ae68380b4b1e3b6442f5adf82e46 (patch) | |
tree | d11ce0cf18738720cc3f305468470606846b619e /ChangeLog | |
parent | e9a65d0a570eba57cd58420c25cc84640af2883e (diff) | |
download | tk-40f516583284ae68380b4b1e3b6442f5adf82e46.zip tk-40f516583284ae68380b4b1e3b6442f5adf82e46.tar.gz tk-40f516583284ae68380b4b1e3b6442f5adf82e46.tar.bz2 |
* generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2005-06-23 Daniel Steffen <das@users.sourceforge.net> + * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref. + * macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2 to make default entry widgets in TkAqua look like in other aqua apps (and have same border dimensions as other platforms). [Bug 1176610] |