summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-07-17 23:03:20 (GMT)
committerericm <ericm>2000-07-17 23:03:20 (GMT)
commitfc0363196283264f821912af807e2507b8f0ab62 (patch)
treeba13ea841630089a796fe351551b0c4b8357cd05 /ChangeLog
parent5639e25fb3edd0cddd18009ca67ada39ec3bbb56 (diff)
downloadtk-fc0363196283264f821912af807e2507b8f0ab62.zip
tk-fc0363196283264f821912af807e2507b8f0ab62.tar.gz
tk-fc0363196283264f821912af807e2507b8f0ab62.tar.bz2
* generic/tkStubImg.c (Tk_InitImageArgs): Applied patch from [Bug:
5990], from Anselm Lingnau, which correctly sets the value of useNewImage to 0 when the new image system is not to be used, instead of leaving it at -1, which causes the check to be performed more times than is really necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c12c380..9dd8116 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2000-07-17 Eric Melski <ericm@scriptics.com>
+ * generic/tkStubImg.c (Tk_InitImageArgs): Applied patch from [Bug:
+ 5990], from Anselm Lingnau, which correctly sets the value of
+ useNewImage to 0 when the new image system is not to be used,
+ instead of leaving it at -1, which causes the check to be
+ performed more times than is really necessary.
+
* library/bgerror.tcl: Fixed a typo in one of the bgerror dialog
label.