web-page: Don't clean image by default

This commit is contained in:
Mukund Sivaraman 2011-03-31 15:17:53 +05:30
parent 9d8cef0628
commit d85642dd57
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}