diff --git a/ChangeLog b/ChangeLog index 28aae2fcac..66cddf1597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-02-26 Pedro Gimeno + + * 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 * app/widgets/gimpthumbbox.[ch]: renamed some members, cleanup. diff --git a/app/file/file-open.c b/app/file/file-open.c index bad3838093..ad301db8c2 100644 --- a/app/file/file-open.c +++ b/app/file/file-open.c @@ -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; }