From 410686f2a264ee5ee804fb1742e85f024783ddc6 Mon Sep 17 00:00:00 2001 From: dkf Date: Mon, 31 Jan 2005 16:22:12 +0000 Subject: Doc fix [Bug 110553] --- ChangeLog | 4 ++++ generic/tkImgPhoto.c | 12 ++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74b883a..0c87f69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-01-31 Donal K. Fellows + * generic/tkImgPhoto.c (PhotoFormatThreadExitProc): Made the + comments in the code more relevant to the function they were + documenting! [Bug 1110553] + * library/msgs/es_ES.msg: Added more localization for Spanish Spanish. [Bug 1111213] diff --git a/generic/tkImgPhoto.c b/generic/tkImgPhoto.c index fc3aa76..7745db1 100644 --- a/generic/tkImgPhoto.c +++ b/generic/tkImgPhoto.c @@ -17,7 +17,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPhoto.c,v 1.54 2004/12/09 10:13:28 dkf Exp $ + * RCS: @(#) $Id: tkImgPhoto.c,v 1.55 2005/01/31 16:22:14 dkf Exp $ */ #include "tkInt.h" @@ -450,19 +450,15 @@ static void PhotoOptionCleanupProc _ANSI_ARGS_(( /* *---------------------------------------------------------------------- * - * Tk_CreateOldPhotoImageFormat, Tk_CreatePhotoImageFormat -- + * PhotoFormatThreadExitProc -- * - * This procedure is invoked by an image file handler to register - * a new photo image format and the procedures that handle the - * new format. The procedure is typically invoked during - * Tcl_AppInit. + * Clean up the registered list of photo formats. * * Results: * None. * * Side effects: - * The new image file format is entered into a table used in the - * photo image "read" and "write" subcommands. + * The thread's linked lists of photo image formats is deleted. * *---------------------------------------------------------------------- */ -- cgit v0.12