summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-08-18 17:02:09 (GMT)
committerericm <ericm>2000-08-18 17:02:09 (GMT)
commitc2853ac1040fa766ea6e792bbae97bad222308d6 (patch)
tree435473e0b617d11fd0cf04e9400b65bc95c0e2c4 /ChangeLog
parentf3ec4667ce22197fbec6fdc451d7421a7a3562ec (diff)
downloadtk-c2853ac1040fa766ea6e792bbae97bad222308d6.zip
tk-c2853ac1040fa766ea6e792bbae97bad222308d6.tar.gz
tk-c2853ac1040fa766ea6e792bbae97bad222308d6.tar.bz2
* generic/tkImgPhoto.c (ImgPhotoGet): Removed redundant call to
DitherInstance; this call was formerly being made from ImgPhotoGet->ImgPhotoConfigureInstance->DitherInstance, and ImgPhotoGet->DitherInstance. The second call was removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70ca35b..648f4d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-08-18 Eric Melski <ericm@ajubasolutions.com>
+
+ * generic/tkImgPhoto.c (ImgPhotoGet): Removed redundant call to
+ DitherInstance; this call was formerly being made from
+ ImgPhotoGet->ImgPhotoConfigureInstance->DitherInstance, and
+ ImgPhotoGet->DitherInstance. The second call was removed.
+
2000-08-10 Jeff Hobbs <hobbs@scriptics.com>
* doc/SetOptions.3: added missing ')'.