diff options
author | ericm <ericm@noemail.net> | 2000-08-18 17:02:08 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-08-18 17:02:08 (GMT) |
commit | 1aa7a412d1881b8f5638c53c7c7615f8ccb25391 (patch) | |
tree | 435473e0b617d11fd0cf04e9400b65bc95c0e2c4 /ChangeLog | |
parent | 799b97e858b162a916703096ba587d6c3951860b (diff) | |
download | tk-1aa7a412d1881b8f5638c53c7c7615f8ccb25391.zip tk-1aa7a412d1881b8f5638c53c7c7615f8ccb25391.tar.gz tk-1aa7a412d1881b8f5638c53c7c7615f8ccb25391.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.
FossilOrigin-Name: d27acfe52a3c28341cd6066d4bfa500a67133e31
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ')'. |