After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 461703 - broken image thumbnail when Images dialog is opened
broken image thumbnail when Images dialog is opened
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other All
: Normal major
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-07-30 07:04 UTC by Sven Neumann
Modified: 2007-08-02 20:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Neumann 2007-07-30 07:04:13 UTC
There is still a problem with the image preview. If the Images dialog is open and visible, thumbnails created in the Open file-chooser are broken. Just try to recreate a thumbnail using Ctrl-Click on the Preview.
Comment 1 Sven Neumann 2007-07-30 16:27:18 UTC
Mitch found the cause for this and will hopefully commit a fix soon.
Comment 2 Michael Natterer 2007-08-02 14:56:45 UTC
Fixed in SVN:

2007-08-02  Michael Natterer  <mitch@gimp.org>

	Make sure image thumbnails that are saved or given to plugins are
	constructed synchronously. Fixes bug #461703.

	* app/core/gimpprojection.c (gimp_projection_pickable_flush):
	invalidate the preview after constructing the projection.

	* app/core/gimpimagefile.c (gimp_imagefile_save_thumb)
	* tools/pdbgen/pdb/image.pdb (image_thumbnail): call
	gimp_pickable_flush() on the projection so is constructed now, not
	later.

	* app/pdb/image_cmds.c: regenerated.
Comment 3 Sven Neumann 2007-08-02 20:31:04 UTC
Looks like it properly fixes the problem. Closing as FIXED.