summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-26 10:42:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-26 10:42:08 (GMT)
commitb0bbf82e6cf6644231f1bec3b8130163b994ca98 (patch)
tree8b43870a8539abd455bd4f2f953b7d4ac9aa20be /ChangeLog
parent5ef3e7417c07293527b9e334bb515ec37e29ef95 (diff)
downloadtk-b0bbf82e6cf6644231f1bec3b8130163b994ca98.zip
tk-b0bbf82e6cf6644231f1bec3b8130163b994ca98.tar.gz
tk-b0bbf82e6cf6644231f1bec3b8130163b994ca98.tar.bz2
Correlate fix with bug number
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fbbf19f..630de3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -456,8 +456,8 @@
to a slave when removing it. [Bug #928413] (griffin)
* generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data into
- ByteArray and -format into String to correctly handle them if they
- have been shimmered or created as some other object type.
+ ByteArray and -format into String to correctly handle them if they've
+ been shimmered or created as some other object type. [Bug #1027849]
(ImgPhotoCmd): correctly init matched to 0.
2004-04-20 Joe English <jenglish@users.sourceforge.net>