diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-31 16:11:49 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-31 16:11:49 (GMT) |
commit | 8a7f4b4015f4c4085961568097d3e25d4b664363 (patch) | |
tree | f9264e342aa7b25da4989cb63802edda038d8eac /ChangeLog | |
parent | 8cff39c2e6ce28a548c13c2f71f991658686e7d1 (diff) | |
download | tk-8a7f4b4015f4c4085961568097d3e25d4b664363.zip tk-8a7f4b4015f4c4085961568097d3e25d4b664363.tar.gz tk-8a7f4b4015f4c4085961568097d3e25d4b664363.tar.bz2 |
Mark non-loadable images as such instead of throwing a nasty dialog,
following suggestion from Don Porter.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-10-31 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + * library/demos/image2.tcl (loadImage): Mark non-loadable images + as such instead of throwing a nasty dialog, following suggestion + from Don Porter. + * generic/tkImgPhoto.c (Tk_PhotoPutBlock): More optimization, derived from [Patch 224066]. |