mirror of https://github.com/GNOME/gimp.git
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:
parent
c5d4b7020b
commit
b830a9cf9f
|
@ -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:
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue