remove the attached preview pixbuf just as the preview temp_buf.

2002-09-02  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpviewable.c (gimp_viewable_real_invalidate_preview):
	remove the attached preview pixbuf just as the preview temp_buf.
This commit is contained in:
Michael Natterer 2002-09-02 17:14:03 +00:00 committed by Michael Natterer
parent c5d4b7020b
commit b830a9cf9f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-09-02 Michael Natterer <mitch@gimp.org>
* app/core/gimpviewable.c (gimp_viewable_real_invalidate_preview):
remove the attached preview pixbuf just as the preview temp_buf.
2002-09-02 Michael Natterer <mitch@gimp.org>
DND cleanup part 1:

View File

@ -184,6 +184,7 @@ gimp_viewable_real_invalidate_preview (GimpViewable *viewable)
g_return_if_fail (GIMP_IS_VIEWABLE (viewable));
g_object_set_data (G_OBJECT (viewable), "static-viewable-preview", NULL);
g_object_set_data (G_OBJECT (viewable), "static-viewable-preview-pixbuf", NULL);
}
TempBuf *