mirror of https://github.com/GNOME/gimp.git
web-page: Don't clean image by default
This commit is contained in:
parent
9d8cef0628
commit
d85642dd57
|
@ -446,8 +446,6 @@ webpage_capture (void)
|
|||
gimp_image_insert_layer (image, layer, -1, 0);
|
||||
gimp_image_undo_enable (image);
|
||||
|
||||
gimp_image_clean_all (image);
|
||||
|
||||
g_object_unref (webpixbuf);
|
||||
webpixbuf = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue