[gimp] web-page: Don't clean image by default



commit d85642dd579c8dac1c105924b81807d51c205893
Author: Mukund Sivaraman <muks banu com>
Date:   Thu Mar 31 15:17:53 2011 +0530

    web-page: Don't clean image by default

 plug-ins/common/web-page.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/web-page.c b/plug-ins/common/web-page.c
index b4d069b..48f2ec0 100644
--- a/plug-ins/common/web-page.c
+++ b/plug-ins/common/web-page.c
@@ -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;
     }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]