Applied a fix by Michael Natterer addressing a problem with the preview in

2004-02-26  Pedro Gimeno  <pggimeno@wanadoo.es>

	* app/file/file-open.c (file_open_image): Applied a fix by
	Michael Natterer addressing a problem with the preview in the
	open images list when loading a file.
This commit is contained in:
Pedro Gimeno
2004-02-26 16:59:34 +00:00
committed by Pedro Gimeno Fortea
parent 2db5e0f5c6
commit 738d31d3a4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2004-02-26 Pedro Gimeno <pggimeno@wanadoo.es>
* app/file/file-open.c (file_open_image): Applied a fix by
Michael Natterer addressing a problem with the preview in the
open images list when loading a file.
2004-02-26 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpthumbbox.[ch]: renamed some members, cleanup.

View File

@ -147,6 +147,7 @@ file_open_image (Gimp *gimp,
gimp_image_invalidate_layer_previews (gimage);
gimp_image_invalidate_channel_previews (gimage);
gimp_viewable_invalidate_preview (gimage);
return gimage;
}